SHUTDOWN_RESTARTAPPS top-level constant

int const SHUTDOWN_RESTARTAPPS

The system is rebooted using the ExitWindowsEx function with the EWX_RESTARTAPPS flag. This restarts any applications that have been registered for restart using the RegisterApplicationRestart function.

Implementation

const SHUTDOWN_RESTARTAPPS = 0x0000080;