VirtualBox

Changeset 46246 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 23, 2013 7:15:44 PM (12 years ago)
Author:
vboxsync
Message:

Runtime/AioMgr: Bug fixes

File:
1 edited

Legend:

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

    r45723 r46246  
    8181 * @param   phAioMgrFile      Where to store the newly created async I/O manager
    8282 *                            handle on success.
     83 * @param   pvUser            Opaque user data for this file handle.
    8384 *
    8485 * @note This function increases the reference count of the given async I/O manager
     
    8687 */
    8788RTDECL(int) RTAioMgrFileCreate(RTAIOMGR hAioMgr, RTFILE hFile, PFNRTAIOMGRREQCOMPLETE pfnReqComplete,
    88                                PRTAIOMGRFILE phAioMgrFile);
     89                               void *pvUser, PRTAIOMGRFILE phAioMgrFile);
    8990
    9091/**
     
    103104 */
    104105RTDECL(uint32_t) RTAioMgrFileRelease(RTAIOMGRFILE hAioMgrFile);
     106
     107/**
     108 * Return opaque user data passed on creation.
     109 *
     110 * @returns Opaque user data or NULL if the handle is invalid.
     111 * @param   hAioMgrFile       The file handle.
     112 */
     113RTDECL(void *) RTAioMgrFileGetUser(RTAIOMGRFILE hAioMgrFile);
    105114
    106115/**
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