Home
last modified time | relevance | path

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

/reactos/base/applications/ctfmon/
H A Dctfmon.cpp27 HANDLE g_hCicMutex = NULL; // The Cicero mutex variable
198 g_hCicMutex = TF_CreateCicLoadMutex(&g_fWinLogon); in InitApp()
199 if (!g_hCicMutex) in InitApp()
252 ::CloseHandle(g_hCicMutex); in UninitApp()
253 g_hCicMutex = NULL; in UninitApp()