ReactOS 0.4.16-dev-38-g96c65e9
|
Public Attributes | |
PWSTR | pszMessage |
ULONG | dwTimeout |
HDESK | hShutdownDesk |
WCHAR | DesktopName [512] |
WINDOWPLACEMENT | wpPos |
BOOLEAN | bShuttingDown |
BOOLEAN | bRebootAfterShutdown |
BOOLEAN | bForceAppsClosed |
DWORD | dwReason |
Definition at line 26 of file shutdown.c.
BOOLEAN _SYS_SHUTDOWN_PARAMS::bForceAppsClosed |
Definition at line 37 of file shutdown.c.
Referenced by StartSystemShutdown().
BOOLEAN _SYS_SHUTDOWN_PARAMS::bRebootAfterShutdown |
Definition at line 36 of file shutdown.c.
Referenced by StartSystemShutdown().
BOOLEAN _SYS_SHUTDOWN_PARAMS::bShuttingDown |
Definition at line 35 of file shutdown.c.
Referenced by InitiateSystemShutdownThread(), StartSystemShutdown(), and TerminateSystemShutdown().
WCHAR _SYS_SHUTDOWN_PARAMS::DesktopName[512] |
Definition at line 32 of file shutdown.c.
Referenced by InitiateSystemShutdownThread().
DWORD _SYS_SHUTDOWN_PARAMS::dwReason |
Definition at line 38 of file shutdown.c.
Referenced by StartSystemShutdown().
ULONG _SYS_SHUTDOWN_PARAMS::dwTimeout |
Definition at line 29 of file shutdown.c.
Referenced by StartSystemShutdown().
HDESK _SYS_SHUTDOWN_PARAMS::hShutdownDesk |
Definition at line 31 of file shutdown.c.
Referenced by InitiateSystemShutdownThread().
PWSTR _SYS_SHUTDOWN_PARAMS::pszMessage |
Definition at line 28 of file shutdown.c.
Referenced by InitiateSystemShutdownThread(), and StartSystemShutdown().
WINDOWPLACEMENT _SYS_SHUTDOWN_PARAMS::wpPos |
Definition at line 33 of file shutdown.c.
Referenced by InitiateSystemShutdownThread().