Fatal_Memory_Error


include vmm.inc

VMMcall Fatal_Memory_Error

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 initialization if there is not enough memory to initialize.

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.

See also Fatal_Error_Handler