ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <CRegWatcher.h>
Static Public Member Functions | |
static BOOL | Init () |
static VOID | Uninit () |
static BOOL | InitEvent (_In_ SIZE_T iEvent, _In_ BOOL bResetEvent) |
static VOID | UpdateSpTip () |
static VOID | KillInternat () |
static VOID | StartSysColorChangeTimer () |
static VOID | OnEvent (_In_ SIZE_T iEvent) |
Static Public Attributes | |
static HANDLE | s_ahWatchEvents [WATCHENTRY_MAX] = { NULL } |
static WATCHENTRY | s_WatchEntries [WATCHENTRY_MAX] |
static UINT | s_nSysColorTimerId = 0 |
static UINT | s_nKbdToggleTimerId = 0 |
static UINT | s_nRegImxTimerId = 0 |
Static Protected Member Functions | |
static BOOL CALLBACK | EnumWndProc (_In_ HWND hWnd, _In_ LPARAM lParam) |
static VOID CALLBACK | SysColorTimerProc (_In_ HWND hWnd, _In_ UINT uMsg, _In_ UINT_PTR idEvent, _In_ DWORD dwTime) |
static VOID CALLBACK | KbdToggleTimerProc (_In_ HWND hWnd, _In_ UINT uMsg, _In_ UINT_PTR idEvent, _In_ DWORD dwTime) |
static VOID CALLBACK | RegImxTimerProc (_In_ HWND hWnd, _In_ UINT uMsg, _In_ UINT_PTR idEvent, _In_ DWORD dwTime) |
Definition at line 19 of file CRegWatcher.h.
Definition at line 217 of file CRegWatcher.cpp.
Referenced by UpdateSpTip().
|
static |
Definition at line 40 of file CRegWatcher.cpp.
Referenced by InitApp().
Definition at line 112 of file CRegWatcher.cpp.
|
staticprotected |
Definition at line 292 of file CRegWatcher.cpp.
Referenced by OnEvent().
|
static |
Definition at line 195 of file CRegWatcher.cpp.
Definition at line 314 of file CRegWatcher.cpp.
Referenced by DoMainLoop().
|
staticprotected |
Definition at line 269 of file CRegWatcher.cpp.
Referenced by OnEvent().
|
static |
Definition at line 257 of file CRegWatcher.cpp.
Referenced by OnEvent(), and CLoaderWnd::WindowProc().
|
staticprotected |
Definition at line 235 of file CRegWatcher.cpp.
Referenced by StartSysColorChangeTimer().
|
static |
Definition at line 64 of file CRegWatcher.cpp.
Referenced by UninitApp().
|
static |
Definition at line 153 of file CRegWatcher.cpp.
Definition at line 21 of file CRegWatcher.h.
Referenced by DoMainLoop(), Init(), InitEvent(), and Uninit().
|
static |
Definition at line 23 of file CRegWatcher.h.
Referenced by KbdToggleTimerProc(), and OnEvent().
|
static |
Definition at line 23 of file CRegWatcher.h.
Referenced by OnEvent(), and RegImxTimerProc().
|
static |
Definition at line 23 of file CRegWatcher.h.
Referenced by StartSysColorChangeTimer(), and SysColorTimerProc().
|
static |
Definition at line 22 of file CRegWatcher.h.
Referenced by Init(), InitEvent(), KillInternat(), and Uninit().