Changeset 33701 in vbox for trunk/include
- Timestamp:
- Nov 2, 2010 4:47:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r33540 r33701 1351 1351 1352 1352 1353 /** @name Support Library Status Codes 1354 * @{ 1355 */ 1356 /** The specified path was not absolute (hardening). */ 1357 #define VERR_SUPLIB_PATH_NOT_ABSOLUTE (-3750) 1358 /** The specified path was not clean (hardening). */ 1359 #define VERR_SUPLIB_PATH_NOT_CLEAN (-3751) 1360 /** The specified path is too long (hardening). */ 1361 #define VERR_SUPLIB_PATH_TOO_LONG (-3752) 1362 /** The specified path is a root path (hardening). */ 1363 #define VERR_SUPLIB_PATH_IS_ROOT (-3753) 1364 /** Failed to enumerate directory (hardening). */ 1365 #define VERR_SUPLIB_DIR_ENUM_FAILED (-3754) 1366 /** Failed to stat a file/dir during enumeration (hardening). */ 1367 #define VERR_SUPLIB_STAT_ENUM_FAILED (-3755) 1368 /** Failed to stat a file/dir (hardening). */ 1369 #define VERR_SUPLIB_STAT_FAILED (-3756) 1370 /** Found an illegal symbolic link (hardening). */ 1371 #define VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED (-3757) 1372 /** Found something which isn't a file nor a directory (hardening). */ 1373 #define VERR_SUPLIB_NOT_DIR_NOT_FILE (-3758) 1374 /** @} */ 1375 1376 1353 1377 /** @name VBox GMM Status Codes 1354 1378 * @{
Note:
See TracChangeset
for help on using the changeset viewer.