Home
last modified time | relevance | path

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

/reactos/sdk/include/ddk/
H A Dimmdev.h110 #define IMS_ACTIVATELAYOUT 0x19 macro
/reactos/win32ss/user/ntuser/
H A Dkbdlayout.c612 co_IntSendMessage(hImeWnd, WM_IME_SYSTEM, IMS_ACTIVATELAYOUT, (LPARAM)pKL->hkl); in IntImmActivateLayout()
H A Dwindow.c2460 co_IntSendMessage(hImeWnd, WM_IME_SYSTEM, IMS_ACTIVATELAYOUT, (LPARAM)hKL); in co_UserCreateWindowEx()
/reactos/win32ss/user/user32/misc/
H A Dimm.c743 case IMS_ACTIVATELAYOUT: in ImeWnd_OnImeSystem()