VirtualBox

Changeset 23016 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 14, 2009 5:05:37 PM (15 years ago)
Author:
vboxsync
Message:

VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API.

File:
1 edited

Legend:

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

    r23015 r23016  
    366366VMMR3DECL(int)  VMR3SetRuntimeErrorWorker(PVM pVM);
    367367VMMR3DECL(int)  VMR3ReqCall(PVM pVM, VMCPUID idDstCpu, PVMREQ *ppReq, unsigned cMillies, PFNRT pfnFunction, unsigned cArgs, ...);
    368 VMMR3DECL(int)  VMR3ReqCallEx(PVM pVM, VMCPUID idDstCpu, PVMREQ *ppReq, unsigned cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, ...);
    369368VMMR3DECL(int)  VMR3ReqCallU(PUVM pUVM, VMCPUID idDstCpu, PVMREQ *ppReq, unsigned cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, ...);
    370369VMMR3DECL(int)  VMR3ReqCallVU(PUVM pUVM, VMCPUID idDstCpu, PVMREQ *ppReq, unsigned cMillies, unsigned fFlags, PFNRT pfnFunction, unsigned cArgs, va_list Args);
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