Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/misc/
H A Dimm.c186 InterlockedIncrement(&pimeui->nCntInIMEProc); in User32SendImeUIMessage()
193 InterlockedDecrement(&pimeui->nCntInIMEProc); in User32SendImeUIMessage()
362 pimeui->nCntInIMEProc = 0; in ImeWnd_OnCreate()
981 if (pimeui->nCntInIMEProc > 0) in ImeWndProc_common()
/reactos/win32ss/user/ntuser/
H A Dime.c2258 ProbeForWrite(&pimeui->nCntInIMEProc, sizeof(LONG), 1); in IntSendMessageToUI()
2259 InterlockedIncrement(&pimeui->nCntInIMEProc); in IntSendMessageToUI()
2283 ProbeForWrite(&pimeui->nCntInIMEProc, sizeof(LONG), 1); in IntSendMessageToUI()
2284 InterlockedDecrement(&pimeui->nCntInIMEProc); in IntSendMessageToUI()
/reactos/win32ss/include/
H A Dntuser.h1220 LONG nCntInIMEProc; member