Home
last modified time | relevance | path

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

/reactos/dll/win32/imm32/
H A Dimm.c544 PWND pFocusWnd; in ImmAssociateContextEx() local
560 pFocusWnd = ValidateHwnd(hwndFocus); in ImmAssociateContextEx()
561 if (pFocusWnd) in ImmAssociateContextEx()
562 hOldIMC = pFocusWnd->hImc; in ImmAssociateContextEx()
571 pFocusWnd = ValidateHwnd(hwndFocus); in ImmAssociateContextEx()
572 if (pFocusWnd) in ImmAssociateContextEx()
574 hIMC = pFocusWnd->hImc; in ImmAssociateContextEx()
/reactos/base/applications/magnify/
H A Dmagnifier.c66 HWND pFocusWnd; variable
559 if ((guiInfo.hwndFocus != pFocusWnd) || !PointsAreEqual(pFocus, ptFocus)) in WndProc()
563 pFocusWnd = guiInfo.hwndFocus; in WndProc()
573 pFocusWnd = NULL; in WndProc()