Changeset 869 in vbox for trunk/include/VBox
- Timestamp:
- Feb 13, 2007 1:31:34 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18576
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmapi.h
r246 r869 423 423 424 424 /** 425 * Suspends a running VM and prevent state saving until the VM is resumed or stopped. 426 * 427 * @returns 0 on success. 428 * @returns VBox error code on failure. 429 * @param pVM VM to suspend. 430 * @thread Any thread. 431 * @vmstate Running 432 * @vmstateto Suspended 433 */ 434 VMR3DECL(int) VMR3SuspendNoSave(PVM pVM); 435 436 /** 425 437 * Resume VM execution. 426 438 *
Note:
See TracChangeset
for help on using the changeset viewer.