Searched refs:uEscape (Results 1 – 6 of 6) sorted by relevance
/reactos/win32ss/user/user32/include/ |
H A D | immtable.h | 13 DEFINE_IMM_ENTRY(LRESULT, ImmEscapeA, (HKL hKL, HIMC hIMC, UINT uEscape, LPVOID lpData), 0, NONVOID) 14 DEFINE_IMM_ENTRY(LRESULT, ImmEscapeW, (HKL hKL, HIMC hIMC, UINT uEscape, LPVOID lpData), 0, NONVOID)
|
/reactos/dll/win32/msimtf/ |
H A D | activeimmapp.c | 168 HKL hKL, HIMC hIMC, UINT uEscape, LPVOID pData, LRESULT *plResult) in ActiveIMMApp_EscapeA() argument 170 *plResult = ImmEscapeA(hKL, hIMC, uEscape, pData); in ActiveIMMApp_EscapeA() 175 HKL hKL, HIMC hIMC, UINT uEscape, LPVOID pData, LRESULT *plResult) in ActiveIMMApp_EscapeW() argument 177 *plResult = ImmEscapeW(hKL, hIMC, uEscape, pData); in ActiveIMMApp_EscapeW()
|
/reactos/sdk/include/reactos/ |
H A D | imetable.h | 10 DEFINE_IME_ENTRY(LRESULT, ImeEscape, (HIMC hIMC, UINT uEscape, LPVOID lpData), FALSE)
|
/reactos/sdk/include/psdk/ |
H A D | dimm.idl | 257 [in] UINT uEscape, 264 [in] UINT uEscape,
|
/reactos/dll/ime/msctfime/ |
H A D | msctfime.cpp | 350 _In_ UINT uEscape, in ImeEscape() argument 353 TRACE("(%p, %u, %p)\n", hIMC, uEscape, lpData); in ImeEscape()
|
/reactos/sdk/include/ddk/ |
H A D | immdev.h | 325 _In_ UINT uEscape,
|