Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Reboot_Processor
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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.
 
This message has no parameters.
 
Return Value
 
The carry flag is clear.
 
Uses
 
Flags
 
See Also
 
Crit_Reboot_Notify