Changeset 67339 in vbox for trunk/include/iprt/formats/iso9660.h
- Timestamp:
- Jun 12, 2017 11:38:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/iso9660.h
r67326 r67339 222 222 typedef struct ISO9660PATHREC 223 223 { 224 /** 0x00: Length of th is record in bytes. */224 /** 0x00: Length of the achDirId field in bytes. */ 225 225 uint8_t cbDirId; 226 226 /** 0x01: Extended attribute record length in bytes? */ … … 242 242 AssertCompileMemberOffset(ISO9660PATHREC, idParentRec, 0x06); 243 243 AssertCompileMemberOffset(ISO9660PATHREC, achDirId, 0x08); 244 /** Pointer to an ISO 9660 path table record. */ 245 typedef ISO9660PATHREC *PISO9660PATHREC; 246 /** Pointer to a const ISO 9660 path table record. */ 247 typedef ISO9660PATHREC const *PCISO9660PATHREC; 244 248 245 249
Note:
See TracChangeset
for help on using the changeset viewer.