Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Fatal_Memory_Error
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Fatal_Memory_Error
 
The Fatal_Memory_Error service terminates Windows and displays an error
message indicating that there was not enough memory to initialize one or
more virtual devices. A virtual device should call this service during
intialization if there is not enough memory to initialize.
 
This service has no parameters
 
Return Value
 
This service does not return.
 
Comments
 
This service uses the Fatal_Error_Handler service to terminate Windows.
Fatal_Memory_Error sets the exit flags to zero before calling the
Fatal_Error_Handler.
 
Uses
 
All registers
 
See Also
 
Fatal_Error_Handler