include vmm.inc
mov esi, <MsgPtr> ; points to message to display
mov eax, <ErrFlags> ; exit flags
VMMCall Fatal_Error_Handler
Terminates Windows by informing all initialized virtual devices that an unrecoverable error has occurred and should return to real mode (optionally printing an error message). A virtual device should call this service when it detects a fatal error.
Value | Meaning |
---|---|
EF_Hang_On_Exit | Hangs the system on a fatal exit. |
All other values are reserved.
This service should not be called directly. Use the Fatal_Error macro instead.
Fatal_Error, Fatal_Memory_Error