Changeset 69023 in vbox for trunk/include/iprt
- Timestamp:
- Oct 10, 2017 8:35:02 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118296
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r69013 r69023 3042 3042 #define VERR_ISOFS_BAD_LVD_DESC_CHAR_SET (-25329) 3043 3043 /** Invalid partition index in a location. */ 3044 #define VERR_ISOFS_INVALID_PARTITION_INDEX (-253 29)3044 #define VERR_ISOFS_INVALID_PARTITION_INDEX (-25330) 3045 3045 /** Unsupported file system charset. */ 3046 #define VERR_ISOFS_FSD_UNSUPPORTED_CHAR_SET (-2533 0)3046 #define VERR_ISOFS_FSD_UNSUPPORTED_CHAR_SET (-25331) 3047 3047 /** File set descriptor has an zero length or invalid root dir extent. */ 3048 #define VERR_ISOFS_FSD_ZERO_ROOT_DIR (-2533 1)3048 #define VERR_ISOFS_FSD_ZERO_ROOT_DIR (-25332) 3049 3049 /** File set descriptor has a next extent member. */ 3050 #define VERR_ISOFS_FSD_NEXT_EXTENT (-25332) 3050 #define VERR_ISOFS_FSD_NEXT_EXTENT (-25333) 3051 /** The ICB for a directory is too big. */ 3052 #define VERR_ISOFS_DIR_ICB_TOO_BIG (-25334) 3053 /** The ICB for a directory is too small. */ 3054 #define VERR_ISOFS_DIR_ICB_TOO_SMALL (-25335) 3051 3055 3052 3056 /** Internal processing error \#1. */ -
trunk/include/iprt/formats/udf.h
r69013 r69023 1009 1009 /** Pointer to an UDF file set descriptor */ 1010 1010 typedef UDFFILEIDDESC *PUDFFILEIDDESC; 1011 /** Pointer to a const UDF file set descriptor */ 1012 typedef UDFFILEIDDESC const *PCUDFFILEIDDESC; 1011 1013 1012 1014 /** Get the pointer to the name field. */
Note:
See TracChangeset
for help on using the changeset viewer.