Reboot_Processor

include vmm.inc

mov eax, Reboot_Processor

VMMcall System_Control


The Reboot_Processor message directs the virtual device to restart the computer. The system continues to call the virtual devices until one that can restart the computer (usually the virtual keyboard device) does so.

Parameters

This message has no parameters.

Return Value

The carry flag is clear.

Uses

Flags

See Also

Crit_Reboot_Notify