VirtualBox

Changeset 18912 in vbox for trunk/include/iprt/file.h


Ignore:
Timestamp:
Apr 15, 2009 8:39:22 PM (16 years ago)
Author:
vboxsync
Message:

Runtime: Fix comments (contained the old function names)

File:
1 edited

Legend:

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

    r18911 r18912  
    794794 * @param   cbRead          Number of bytes to read.
    795795 * @param   pvUser          Opaque user data associated with this request which
    796  *                          can be retrieved with RTFileAsyncRequestGetUser()
     796 *                          can be retrieved with RTFileAioReqGetUser()
    797797 */
    798798RTDECL(int) RTFileAioReqPrepareRead(RTFILEAIOREQ hRequest, RTFILE File,
     
    810810 * @param   cbRead          Number of bytes to write.
    811811 * @param   pvUser          Opaque user data associated with this request which
    812  *                          can be retrieved with RTFileAsyncRequestGetUser()
     812 *                          can be retrieved with RTFileAioReqGetUser()
    813813 */
    814814RTDECL(int) RTFileAioReqPrepareWrite(RTFILEAIOREQ hRequest, RTFILE File,
     
    823823 * @param   File            The file to flush.
    824824 * @param   pvUser          Opaque user data associated with this request which
    825  *                          can be retrieved with RTFileAsyncRequestGetUser()
     825 *                          can be retrieved with RTFileAioReqGetUser()
    826826 */
    827827RTDECL(int) RTFileAioReqPrepareFlush(RTFILEAIOREQ Request, RTFILE File, void *pvUser);
     
    884884 * @param   hAioContext     The aio context handle.
    885885 *                          If NIL_RTAIOCONTEXT is passed the maximum value
    886  *                          which can be passed to RTFileAsyncIoContextCreate()
     886 *                          which can be passed to RTFileAioCtxCreate()
    887887 *                          is returned.
    888888 */
     
    905905 * @retval  VERR_NUMBER_TOO_BIG      If cMinRequests or cMaxRequests exceeds limit.
    906906 * @retval  VERR_TIMEOUT             If the timeout value expired before at least cMinRequests requests finished.
    907  * @retval  VERR_INTERRUPTED         If the completion context was interrupted with RTFileAsyncIoContextWakeup().
     907 * @retval  VERR_INTERRUPTED         If the completion context was interrupted with RTFileAioCtxWakeup().
    908908 * @retval  VERR_FILE_AIO_NO_REQUEST If there is no pending request to wait for completion.
    909909 *
     
    921921
    922922/**
    923  * Let's return RTFileAsyncIoContextWaitForCompletion() immediateley.
     923 * Let's return RTFileAioCtxWaitForCompletion() immediateley.
    924924 *
    925925 * @returns IPRT status code.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette