Changeset 23014 in vbox
- Timestamp:
- Sep 14, 2009 4:42:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMReq.cpp
r23010 r23014 213 213 * Not possible to pass 64-bit arguments! 214 214 * @param ... Function arguments. 215 *216 * @remarks Use VMR3ReqCallWaitU where possible.217 215 */ 218 216 VMMR3DECL(int) VMR3ReqCallWait(PVM pVM, VMCPUID idDstCpu, PFNRT pfnFunction, unsigned cArgs, ...) … … 282 280 * Not possible to pass 64-bit arguments! 283 281 * @param ... Function arguments. 284 *285 * @remarks Use VMR3ReqCallNoWaitU where possible.286 282 */ 287 283 VMMR3DECL(int) VMR3ReqCallNoWait(PVM pVM, VMCPUID idDstCpu, PFNRT pfnFunction, unsigned cArgs, ...) … … 340 336 * Not possible to pass 64-bit arguments! 341 337 * @param ... Function arguments. 342 *343 * @remarks Use VMR3ReqCallVoidWaitU where possible.344 338 */ 345 339 VMMR3DECL(int) VMR3ReqCallVoidWait(PVM pVM, VMCPUID idDstCpu, PFNRT pfnFunction, unsigned cArgs, ...)
Note:
See TracChangeset
for help on using the changeset viewer.