Changeset 25724 in vbox for trunk/include/iprt/file.h
- Timestamp:
- Jan 11, 2010 2:45:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r25645 r25724 1195 1195 * @param cMinReqs The minimum number of requests which have to 1196 1196 * complete before this function returns. 1197 * @param cMilli sTimeoutThe number of milliseconds to wait before returning1198 * VERR_TIMEOUT. Use RT_INDEFINITE_WAIT to wait1197 * @param cMillies The number of milliseconds to wait before returning 1198 * VERR_TIMEOUT. Use RT_INDEFINITE_WAIT to wait 1199 1199 * forever. 1200 1200 * @param pahReqs Pointer to an array where the handles of the … … 1212 1212 * RT_ELEMENTS and similar macros. 1213 1213 */ 1214 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, unsigned cMillisTimeout,1214 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, RTMSINTERVAL cMillies, 1215 1215 PRTFILEAIOREQ pahReqs, size_t cReqs, uint32_t *pcReqs); 1216 1216
Note:
See TracChangeset
for help on using the changeset viewer.