VirtualBox

Changeset 45724 in vbox for trunk/include


Ignore:
Timestamp:
Apr 25, 2013 10:09:52 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85274
Message:

Missing file

File:
1 edited

Legend:

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

    r45716 r45724  
    19601960#define NIL_RTVFSSYMLINK                            ((RTVFSSYMLINK)~(uintptr_t)0)
    19611961
     1962/** Async I/O manager handle. */
     1963typedef struct RTAIOMGRINT                         *RTAIOMGR;
     1964/** Pointer to a async I/O manager handle. */
     1965typedef RTAIOMGR                                   *PRTAIOMGR;
     1966/** A NIL async I/O manager handle. */
     1967#define NIL_RTAIOMGR                                ((RTAIOMGR)~(uintptr_t)0)
     1968
     1969/** Async I/O manager file handle. */
     1970typedef struct RTAIOMGRFILEINT                     *RTAIOMGRFILE;
     1971/** Pointer to a async I/O manager file handle. */
     1972typedef RTAIOMGRFILE                               *PRTAIOMGRFILE;
     1973/** A NIL async I/O manager file handle. */
     1974#define NIL_RTAIOMGRFILE                            ((RTAIOMGRFILE)~(uintptr_t)0)
    19621975
    19631976/**
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