Changeset 45724 in vbox for trunk/include
- Timestamp:
- Apr 25, 2013 10:09:52 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r45716 r45724 1960 1960 #define NIL_RTVFSSYMLINK ((RTVFSSYMLINK)~(uintptr_t)0) 1961 1961 1962 /** Async I/O manager handle. */ 1963 typedef struct RTAIOMGRINT *RTAIOMGR; 1964 /** Pointer to a async I/O manager handle. */ 1965 typedef 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. */ 1970 typedef struct RTAIOMGRFILEINT *RTAIOMGRFILE; 1971 /** Pointer to a async I/O manager file handle. */ 1972 typedef RTAIOMGRFILE *PRTAIOMGRFILE; 1973 /** A NIL async I/O manager file handle. */ 1974 #define NIL_RTAIOMGRFILE ((RTAIOMGRFILE)~(uintptr_t)0) 1962 1975 1963 1976 /**
Note:
See TracChangeset
for help on using the changeset viewer.