ReactOS 0.4.15-dev-7934-g1dc8d80
tagNOTIFY_CONTEXT Struct Reference
Collaboration diagram for tagNOTIFY_CONTEXT:

Public Attributes

UINT Msg
 
WPARAM wParam
 
LPARAM lParam
 
DWORD StartTime
 
DWORD QueryResult
 
HWND Dlg
 
DWORD EndNowResult
 
BOOL ShowUI
 
HANDLE UIThread
 
HWND WndClient
 
PSHUTDOWN_SETTINGS ShutdownSettings
 

Detailed Description

Definition at line 35 of file shutdown.c.

Member Data Documentation

◆ Dlg

HWND tagNOTIFY_CONTEXT::Dlg

Definition at line 44 of file shutdown.c.

Referenced by EndNowDlgProc(), and EndNowThreadProc().

◆ EndNowResult

DWORD tagNOTIFY_CONTEXT::EndNowResult

Definition at line 45 of file shutdown.c.

Referenced by EndNowDlgProc().

◆ lParam

LPARAM tagNOTIFY_CONTEXT::lParam

Definition at line 39 of file shutdown.c.

Referenced by NotifyTopLevelWindow().

◆ Msg

UINT tagNOTIFY_CONTEXT::Msg

Definition at line 37 of file shutdown.c.

Referenced by NotifyTopLevelWindow().

◆ QueryResult

DWORD tagNOTIFY_CONTEXT::QueryResult

Definition at line 43 of file shutdown.c.

Referenced by NotifyTopLevelWindow().

◆ ShowUI

BOOL tagNOTIFY_CONTEXT::ShowUI

Definition at line 46 of file shutdown.c.

Referenced by NotifyTopLevelWindow().

◆ ShutdownSettings

PSHUTDOWN_SETTINGS tagNOTIFY_CONTEXT::ShutdownSettings

Definition at line 49 of file shutdown.c.

Referenced by EndNowDlgProc(), NotifyTopLevelWindow(), and UpdateProgressBar().

◆ StartTime

DWORD tagNOTIFY_CONTEXT::StartTime

Definition at line 42 of file shutdown.c.

Referenced by NotifyTopLevelWindow(), and UpdateProgressBar().

◆ UIThread

HANDLE tagNOTIFY_CONTEXT::UIThread

Definition at line 47 of file shutdown.c.

Referenced by NotifyTopLevelWindow().

◆ WndClient

HWND tagNOTIFY_CONTEXT::WndClient

Definition at line 48 of file shutdown.c.

Referenced by EndNowDlgProc(), and NotifyTopLevelWindow().

◆ wParam

WPARAM tagNOTIFY_CONTEXT::wParam

Definition at line 38 of file shutdown.c.

Referenced by NotifyTopLevelWindow().


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