Home
last modified time | relevance | path

Searched refs:SysColorTimerProc (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/ctfmon/
H A DCRegWatcher.h38 SysColorTimerProc(_In_ HWND hWnd, _In_ UINT uMsg, _In_ UINT_PTR idEvent, _In_ DWORD dwTime);
H A DCRegWatcher.cpp235 CRegWatcher::SysColorTimerProc( in SysColorTimerProc() function in CRegWatcher
265 s_nSysColorTimerId = ::SetTimer(NULL, 0, 500, SysColorTimerProc); in StartSysColorChangeTimer()