Changeset 67326 in vbox for trunk/include/iprt/formats/iso9660.h
- Timestamp:
- Jun 9, 2017 7:37:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/iso9660.h
r67278 r67326 155 155 /** 0x00: Length of this record in bytes. */ 156 156 uint8_t cbDirRec; 157 /** 0x01: Extended attribute record length in bytes?*/158 uint8_t c bExtAttr;157 /** 0x01: Extended attribute record length in logical blocks. */ 158 uint8_t cExtAttrBlocks; 159 159 /** 0x02: Location of extent (logical block number). 160 160 * @note Misaligned. */
Note:
See TracChangeset
for help on using the changeset viewer.