ReactOS 0.4.16-dev-456-ga97fcf1
|
#include <umandlg.h>
HWND UTILMAN_GLOBALS::hDlgCtlStart |
Definition at line 36 of file umandlg.h.
Referenced by DlgInitHandler(), and UpdateUtilityState().
HWND UTILMAN_GLOBALS::hDlgCtlStop |
Definition at line 37 of file umandlg.h.
Referenced by DlgInitHandler(), and UpdateUtilityState().
HICON UTILMAN_GLOBALS::hIcon |
Definition at line 33 of file umandlg.h.
Referenced by DlgInitHandler(), DlgProc(), and ShowAboutDlg().
HINSTANCE UTILMAN_GLOBALS::hInstance |
Definition at line 32 of file umandlg.h.
Referenced by DlgInitHandler(), DllMain(), InitUtilsList(), ShowAboutDlg(), and UManStartDlg().
HWND UTILMAN_GLOBALS::hListDlg |
Definition at line 38 of file umandlg.h.
Referenced by DlgInitHandler(), DlgProc(), InitUtilsList(), and ListBoxRefreshContents().
HWND UTILMAN_GLOBALS::hMainDlg |
Definition at line 39 of file umandlg.h.
Referenced by DlgInitHandler(), and GroupBoxUpdateTitle().
INT UTILMAN_GLOBALS::iSelectedIndex |
Definition at line 35 of file umandlg.h.
Referenced by DlgInitHandler(), DlgProc(), GroupBoxUpdateTitle(), and ListBoxRefreshContents().
UINT_PTR UTILMAN_GLOBALS::iTimer |
Definition at line 34 of file umandlg.h.
Referenced by DlgInitHandler(), and DlgProc().
WCHAR UTILMAN_GLOBALS::szGrpBoxTitle[MAX_BUFFER] |
Definition at line 42 of file umandlg.h.
Referenced by GroupBoxUpdateTitle(), and UManStartDlg().
WCHAR UTILMAN_GLOBALS::szNotRunning[MAX_BUFFER] |
Definition at line 41 of file umandlg.h.
Referenced by InitUtilsList(), ListBoxRefreshContents(), and UManStartDlg().
WCHAR UTILMAN_GLOBALS::szRunning[MAX_BUFFER] |
Definition at line 40 of file umandlg.h.
Referenced by InitUtilsList(), ListBoxRefreshContents(), and UManStartDlg().