◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc mov eax, Crit_Reboot_Notify VMMcall System_Control The Crit_Reboot_Notify message notifies a virtual device that the system is about to restart. Virtual devices typically prepare for restarting by cleaning up data or resetting devices. The system disables interrupts before it sends this message. This message has no parameters. Return Value The carry flag must be clear. Uses Flags See Also Device_Reboot_Notify ♦