VirtualBox

Changeset 246 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 23, 2007 4:59:52 PM (18 years ago)
Author:
vboxsync
Message:

Added VMR3WaitForResume

File:
1 edited

Legend:

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

    r234 r246  
    544544
    545545/**
     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 */
     552VMR3DECL(int) VMR3WaitForResume(PVM pVM);
     553
     554
     555/**
    546556 * VM destruction callback.
    547557 * @param   pVM     The VM which is about to be destroyed.
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