typedef enum _SHUTDOWN_ACTION { } SHUTDOWN_ACTION, *PSHUTDOWN_ACTION;
Enumeration type SHUTDOWN_ACTION is used in a call to NtShutdownSystem function.
Normal shutdown, after system closes, processor jump into infinite loop.
BIOS Reset function is called, after system closes.
BIOS Shutdown function is called after system closes. If hardware does not support this functionality, ShutdownReboot is automatically called.
Requirements:
See also: