VirtualBox

Changeset 869 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 13, 2007 1:31:34 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18576
Message:

Added VMR3SuspendNoSave.

File:
1 edited

Legend:

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

    r246 r869  
    423423
    424424/**
     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 */
     434VMR3DECL(int) VMR3SuspendNoSave(PVM pVM);
     435
     436/**
    425437 * Resume VM execution.
    426438 *
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette