VirtualBox

Changeset 68813 in vbox for trunk/include


Ignore:
Timestamp:
Sep 21, 2017 7:53:07 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118066
Message:

IPRT: Added ISO maker tool frontend (will use for building later). Started documenting its usage. Implemented a couple of compatibility options.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/fsisomaker.h

    r68147 r68813  
    8888 */
    8989RTDECL(int) RTFsIsoMakerSetIso9660Level(RTFSISOMAKER hIsoMaker, uint8_t uIsoLevel);
     90
     91/**
     92 * Gets the ISO-9660 level.
     93 *
     94 * @returns The level, UINT8_MAX if invalid handle.
     95 * @param   hIsoMaker           The ISO maker handle.
     96 */
     97RTDECL(uint8_t) RTFsIsoMakerGetIso9660Level(RTFSISOMAKER hIsoMaker);
    9098
    9199/**
  • trunk/include/iprt/mangling.h

    r68317 r68813  
    929929# define RTFsIsoMakerBootCatSetSectionHeaderEntry       RT_MANGLER(RTFsIsoMakerBootCatSetSectionHeaderEntry)
    930930# define RTFsIsoMakerQueryObjIdxForBootCatalog          RT_MANGLER(RTFsIsoMakerQueryObjIdxForBootCatalog)
     931# define RTFsIsoMakerGetIso9660Level                    RT_MANGLER(RTFsIsoMakerGetIso9660Level)
    931932# define RTFsIsoMakerSetIso9660Level                    RT_MANGLER(RTFsIsoMakerSetIso9660Level)
    932933# define RTFsIsoMakerSetJolietUcs2Level                 RT_MANGLER(RTFsIsoMakerSetJolietUcs2Level)
Note: See TracChangeset for help on using the changeset viewer.

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