Changeset 246 in vbox for trunk/include/VBox
- Timestamp:
- Jan 23, 2007 4:59:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmapi.h
r234 r246 544 544 545 545 /** 546 * Wait for VM to be resumed. Handle events like vmR3EmulationThread does. 547 * In case the VM is stopped, clean up and long jump to the main EMT loop. 548 * 549 * @returns VINF_SUCCESS or doesn't return 550 * @param pVM VM handle. 551 */ 552 VMR3DECL(int) VMR3WaitForResume(PVM pVM); 553 554 555 /** 546 556 * VM destruction callback. 547 557 * @param pVM The VM which is about to be destroyed.
Note:
See TracChangeset
for help on using the changeset viewer.