Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/imm32/
H A Dimm32.c719 ImmSetStatusWindowPos(h1, &pt); in ImmGetContextThreadFunc()
849 rc = ImmSetStatusWindowPos(himc, &pt); in test_ImmThreads()
854 rc = ImmSetStatusWindowPos(otherHimc, &pt); in test_ImmThreads()
856 rc = ImmSetStatusWindowPos(threadinfo.u_himc, &pt); in test_ImmThreads()
1968 ret = ImmSetStatusWindowPos(imc_bad, 0); in test_InvalidIMC()
1973 ret = ImmSetStatusWindowPos(imc_null, 0); in test_InvalidIMC()
1978 ret = ImmSetStatusWindowPos(imc_destroy, 0); in test_InvalidIMC()
/reactos/dll/win32/imm32/
H A Dimm32.spec119 @ stdcall ImmSetStatusWindowPos(ptr ptr)
H A Dime.c1531 BOOL WINAPI ImmSetStatusWindowPos(HIMC hIMC, LPPOINT lpptPos) in ImmSetStatusWindowPos() function
/reactos/win32ss/user/user32/include/
H A Dimmtable.h40 DEFINE_IMM_ENTRY(BOOL, ImmSetStatusWindowPos, (HIMC hIMC, LPPOINT lppt), 0, NONVOID)
/reactos/sdk/include/psdk/
H A Dimm.h777 BOOL WINAPI ImmSetStatusWindowPos(_In_ HIMC hIMC, _In_ LPPOINT lpptPos);
/reactos/dll/win32/msimtf/
H A Dactiveimmapp.c599 rc = ImmSetStatusWindowPos(hIMC,pptPos); in ActiveIMMApp_SetStatusWindowPos()
/reactos/win32ss/user/user32/misc/
H A Dimm.c531 if (!IMM_FN(ImmSetStatusWindowPos)(hIMC, &pt)) in ImeWnd_OnImeControl()