VirtualBox

Changeset 67259 in vbox for trunk/include


Ignore:
Timestamp:
Jun 5, 2017 4:02:04 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115954
Message:

IPRT: Some ISO image maker sketches.

File:
1 edited

Legend:

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

    r66882 r67259  
    21552155#define NIL_RTFILEAIOCTX                            0
    21562156
     2157/** ISO image maker handle. */
     2158typedef struct RTFSISOMAKERINT                     *RTFSISOMAKER;
     2159/** Pointer to an ISO image maker handle. */
     2160typedef RTFSISOMAKER                               *PRTFSISOMAKER;
     2161/** NIL ISO maker handle. */
     2162#define NIL_RTFSISOMAKER                           ((RTFSISOMAKER)0)
     2163
    21572164/** Loader module handle. */
    21582165typedef R3R0PTRTYPE(struct RTLDRMODINTERNAL *)      RTLDRMOD;
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