|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 [WI_REGEVTS_MAX] = { NULL } |
| static WATCHENTRY | s_WatchEntries [WI_REGEVTS_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 17 of file CRegWatcher.h.
Definition at line 221 of file CRegWatcher.cpp.
Referenced by UpdateSpTip().
|
static |
Definition at line 41 of file CRegWatcher.cpp.
Referenced by InitApp().
Definition at line 113 of file CRegWatcher.cpp.
|
staticprotected |
Definition at line 296 of file CRegWatcher.cpp.
Referenced by OnEvent().
|
static |
Definition at line 199 of file CRegWatcher.cpp.
Definition at line 318 of file CRegWatcher.cpp.
Referenced by DoMainLoop().
|
staticprotected |
Definition at line 273 of file CRegWatcher.cpp.
Referenced by OnEvent().
|
static |
Definition at line 261 of file CRegWatcher.cpp.
Referenced by OnEvent(), and CLoaderWnd::WindowProc().
|
staticprotected |
Definition at line 239 of file CRegWatcher.cpp.
Referenced by StartSysColorChangeTimer().
|
static |
Definition at line 65 of file CRegWatcher.cpp.
Referenced by UninitApp().
|
static |
Definition at line 157 of file CRegWatcher.cpp.
Definition at line 19 of file CRegWatcher.h.
Referenced by DoMainLoop(), Init(), InitEvent(), OnEvent(), and Uninit().
|
static |
Definition at line 21 of file CRegWatcher.h.
Referenced by KbdToggleTimerProc(), and OnEvent().
|
static |
Definition at line 21 of file CRegWatcher.h.
Referenced by OnEvent(), and RegImxTimerProc().
|
static |
Definition at line 21 of file CRegWatcher.h.
Referenced by StartSysColorChangeTimer(), and SysColorTimerProc().
|
static |
Definition at line 20 of file CRegWatcher.h.
Referenced by Init(), InitEvent(), KillInternat(), and Uninit().