Changeset 18999 in vbox for trunk/include/iprt
- Timestamp:
- Apr 17, 2009 7:54:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r18961 r18999 881 881 * requests. 882 882 */ 883 RTDECL(int) RTFileAioCtxCreate( RTFILEAIOCTX phAioCtx, uint32_t cAioReqsMax);883 RTDECL(int) RTFileAioCtxCreate(PRTFILEAIOCTX phAioCtx, uint32_t cAioReqsMax); 884 884 885 885 /** Unlimited number of requests. … … 959 959 */ 960 960 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, unsigned cMillisTimeout, 961 PRTFILEAIOREQ pa phReqs, size_t cReqs, uint32_t *pcReqs);961 PRTFILEAIOREQ pahReqs, size_t cReqs, uint32_t *pcReqs); 962 962 963 963 /**
Note:
See TracChangeset
for help on using the changeset viewer.