Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
VDD_Free_Mem
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vdd.inc
 
VxDcall VDD_Free_Mem
 
The VDD_Free_Mem service releases the scheduling freeze caused by a previous
call to the VDD_Get_Mem service.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
EDX         Specifies the system virtual machine handle.
 
EBX         Specifies the handle of the virtual machine to release the
            freeze for.
 
EDI         Specifies the VDD control block pointer.
 
EBP         Points to the Client_Reg_Struc structure for the virtual
            machine.
 
Client_EBX  Specifies the virtual machine handle.
 
Return Value
 
The carry flag is set if an invalid virtual machine handle is specified.
Otherwise, this service has no return value.
 
Uses
 
Flags
 
See Also
 
VDD_Get_Mem