ReactOS 0.4.15-dev-7942-gd23573b
_SYS_SHUTDOWN_PARAMS Struct Reference
Collaboration diagram for _SYS_SHUTDOWN_PARAMS:

Public Attributes

PWSTR pszMessage
 
ULONG dwTimeout
 
HDESK hShutdownDesk
 
WCHAR DesktopName [512]
 
WINDOWPLACEMENT wpPos
 
BOOLEAN bShuttingDown
 
BOOLEAN bRebootAfterShutdown
 
BOOLEAN bForceAppsClosed
 
DWORD dwReason
 

Detailed Description

Definition at line 26 of file shutdown.c.

Member Data Documentation

◆ bForceAppsClosed

BOOLEAN _SYS_SHUTDOWN_PARAMS::bForceAppsClosed

Definition at line 37 of file shutdown.c.

Referenced by StartSystemShutdown().

◆ bRebootAfterShutdown

BOOLEAN _SYS_SHUTDOWN_PARAMS::bRebootAfterShutdown

Definition at line 36 of file shutdown.c.

Referenced by StartSystemShutdown().

◆ bShuttingDown

BOOLEAN _SYS_SHUTDOWN_PARAMS::bShuttingDown

◆ DesktopName

WCHAR _SYS_SHUTDOWN_PARAMS::DesktopName[512]

Definition at line 32 of file shutdown.c.

Referenced by InitiateSystemShutdownThread().

◆ dwReason

DWORD _SYS_SHUTDOWN_PARAMS::dwReason

Definition at line 38 of file shutdown.c.

Referenced by StartSystemShutdown().

◆ dwTimeout

ULONG _SYS_SHUTDOWN_PARAMS::dwTimeout

Definition at line 29 of file shutdown.c.

Referenced by StartSystemShutdown().

◆ hShutdownDesk

HDESK _SYS_SHUTDOWN_PARAMS::hShutdownDesk

Definition at line 31 of file shutdown.c.

Referenced by InitiateSystemShutdownThread().

◆ pszMessage

PWSTR _SYS_SHUTDOWN_PARAMS::pszMessage

Definition at line 28 of file shutdown.c.

Referenced by InitiateSystemShutdownThread(), and StartSystemShutdown().

◆ wpPos

WINDOWPLACEMENT _SYS_SHUTDOWN_PARAMS::wpPos

Definition at line 33 of file shutdown.c.

Referenced by InitiateSystemShutdownThread().


The documentation for this struct was generated from the following file: