Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Wake_Up_VM
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     ebx, VM         ; VM handle
VMMcall Wake_Up_VM
 
The Wake_Up_VM service restores an idle virtual machine, allowing the system
to schedule the virtual machine for subsequent time slices. A virtual
machine is idle if it has called the Release_Time_Slice service or has set
the VMStat_Idle flag in the CB_VM_Status field of its control block.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
VM         Specifies a handle identifying the virtual machine to restore.
 
Return Value
 
This service has no return value.
 
Comments
 
If the specified virtual machine is not idle, this service returns
immediately (does nothing).
 
Uses
 
Flags
 
See Also
 
Release_Time_Slice