VirtualBox

Ignore:
Timestamp:
Jun 12, 2017 11:38:33 AM (8 years ago)
Author:
vboxsync
Message:

IPRT: More ISO maker code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/iso9660.h

    r67326 r67339  
    222222typedef struct ISO9660PATHREC
    223223{
    224     /** 0x00: Length of this record in bytes. */
     224    /** 0x00: Length of the achDirId field in bytes. */
    225225    uint8_t             cbDirId;
    226226    /** 0x01: Extended attribute record length in bytes? */
     
    242242AssertCompileMemberOffset(ISO9660PATHREC, idParentRec, 0x06);
    243243AssertCompileMemberOffset(ISO9660PATHREC, achDirId,   0x08);
     244/** Pointer to an ISO 9660 path table record. */
     245typedef ISO9660PATHREC *PISO9660PATHREC;
     246/** Pointer to a const ISO 9660 path table record. */
     247typedef ISO9660PATHREC const *PCISO9660PATHREC;
    244248
    245249
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette