ReactOS 0.4.15-dev-7907-g95bf896
UTILMAN_GLOBALS Struct Reference

#include <umandlg.h>

Collaboration diagram for UTILMAN_GLOBALS:

Public Attributes

HINSTANCE hInstance
 
HICON hIcon
 
UINT_PTR iTimer
 
INT iSelectedIndex
 
HWND hDlgCtlStart
 
HWND hDlgCtlStop
 
HWND hListDlg
 
HWND hMainDlg
 
WCHAR szRunning [MAX_BUFFER]
 
WCHAR szNotRunning [MAX_BUFFER]
 
WCHAR szGrpBoxTitle [MAX_BUFFER]
 

Detailed Description

Definition at line 30 of file umandlg.h.

Member Data Documentation

◆ hDlgCtlStart

HWND UTILMAN_GLOBALS::hDlgCtlStart

Definition at line 36 of file umandlg.h.

Referenced by DlgInitHandler(), and UpdateUtilityState().

◆ hDlgCtlStop

HWND UTILMAN_GLOBALS::hDlgCtlStop

Definition at line 37 of file umandlg.h.

Referenced by DlgInitHandler(), and UpdateUtilityState().

◆ hIcon

HICON UTILMAN_GLOBALS::hIcon

Definition at line 33 of file umandlg.h.

Referenced by DlgInitHandler(), DlgProc(), and ShowAboutDlg().

◆ hInstance

HINSTANCE UTILMAN_GLOBALS::hInstance

Definition at line 32 of file umandlg.h.

Referenced by DlgInitHandler(), DllMain(), InitUtilsList(), ShowAboutDlg(), and UManStartDlg().

◆ hListDlg

HWND UTILMAN_GLOBALS::hListDlg

Definition at line 38 of file umandlg.h.

Referenced by DlgInitHandler(), DlgProc(), InitUtilsList(), and ListBoxRefreshContents().

◆ hMainDlg

HWND UTILMAN_GLOBALS::hMainDlg

Definition at line 39 of file umandlg.h.

Referenced by DlgInitHandler(), and GroupBoxUpdateTitle().

◆ iSelectedIndex

INT UTILMAN_GLOBALS::iSelectedIndex

Definition at line 35 of file umandlg.h.

Referenced by DlgInitHandler(), DlgProc(), GroupBoxUpdateTitle(), and ListBoxRefreshContents().

◆ iTimer

UINT_PTR UTILMAN_GLOBALS::iTimer

Definition at line 34 of file umandlg.h.

Referenced by DlgInitHandler(), and DlgProc().

◆ szGrpBoxTitle

WCHAR UTILMAN_GLOBALS::szGrpBoxTitle[MAX_BUFFER]

Definition at line 42 of file umandlg.h.

Referenced by GroupBoxUpdateTitle(), and UManStartDlg().

◆ szNotRunning

WCHAR UTILMAN_GLOBALS::szNotRunning[MAX_BUFFER]

Definition at line 41 of file umandlg.h.

Referenced by InitUtilsList(), ListBoxRefreshContents(), and UManStartDlg().

◆ szRunning

WCHAR UTILMAN_GLOBALS::szRunning[MAX_BUFFER]

Definition at line 40 of file umandlg.h.

Referenced by InitUtilsList(), ListBoxRefreshContents(), and UManStartDlg().


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