VirtualBox

Changeset 5790 in vbox


Ignore:
Timestamp:
Nov 19, 2007 10:59:15 AM (17 years ago)
Author:
vboxsync
Message:

Fix copy&paste errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmasynccompletion.h

    r5660 r5790  
    8787
    8888/**
    89  * Completion callback for USB devices.
    90  *
    91  * @param   pUsbIns     The USB device instance.
     89 * Completion callback for internal.
     90 *
     91 * @param   pVM         Pointer to the shared VM structure.
    9292 * @param   pTask       Pointer to the completion task.
    9393 *                      The task is at the time of the call setup to be resumed. So, the callback must
     
    9898 * @param   pvUser2     User argument for the template.
    9999 */
    100 typedef DECLCALLBACK(void) FNPDMASYNCCOMPLETEINT(PVM, PPDMASYNCCOMPLETION pTask, void *pvCtx, void *pvUser, void *pvUser2);
     100typedef DECLCALLBACK(void) FNPDMASYNCCOMPLETEINT(PVM pVM, PPDMASYNCCOMPLETION pTask, void *pvCtx, void *pvUser, void *pvUser2);
    101101/** Pointer to a FNPDMASYNCCOMPLETEINT(). */
    102102typedef FNPDMASYNCCOMPLETEINT *PFNPDMASYNCCOMPLETEINT;
     
    252252 * @param   fXcpt           Whether to callback on exception.
    253253 */
    254 PDMR3DECL(int) PDMR3AsyncCompletionModifySocket(PPDMASYNCCOMPLETIONTEMPLATE pTemplate, bool fReadable, bool fWriteable, bool fXcpt);
     254PDMR3DECL(int) PDMR3AsyncCompletionModifySocket(PPDMASYNCCOMPLETION pTask, bool fReadable, bool fWriteable, bool fXcpt);
    255255
    256256
     
    320320 * @param   pTask           The async completion task.
    321321 */
    322 PDMR3DECL(int) PDMR3AsyncCompletionSuspend(PPDMASYNCCOMPLETIONTEMPLATE pTemplate);
     322PDMR3DECL(int) PDMR3AsyncCompletionSuspend(PPDMASYNCCOMPLETION pTask);
    323323
    324324/**
     
    331331 * @param   pTask           The async completion task.
    332332 */
    333 PDMR3DECL(int) PDMR3AsyncCompletionResume(PPDMASYNCCOMPLETIONTEMPLATE pTemplate);
     333PDMR3DECL(int) PDMR3AsyncCompletionResume(PPDMASYNCCOMPLETION pTask);
    334334
    335335/**
     
    343343 * @param   pTask           The async completion task.
    344344 */
    345 PDMR3DECL(int) PDMR3AsyncCompletionDestroy(PPDMASYNCCOMPLETIONTEMPLATE pTemplate);
     345PDMR3DECL(int) PDMR3AsyncCompletionDestroy(PPDMASYNCCOMPLETION pTask);
    346346
    347347/** @} */
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