Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dkbdlayout.c591 IntReorderKeyboardLayouts(IntGetProcessWindowStation(NULL), pKl); in UserSetDefaultInputLang()
1067 pWinSta = IntGetProcessWindowStation(NULL); in NtUserGetKeyboardLayoutList()
1205 pWinSta = IntGetProcessWindowStation(NULL); in NtUserLoadKeyboardLayoutEx()
1237 pWinSta = IntGetProcessWindowStation(NULL); in NtUserActivateKeyboardLayout()
1259 pWinSta = IntGetProcessWindowStation(NULL); in NtUserUnloadKeyboardLayout()
H A Dwinsta.h109 PWINSTATION_OBJECT FASTCALL IntGetProcessWindowStation(HWINSTA *phWinSta OPTIONAL);
H A Dime.c1036 pWinSta = IntGetProcessWindowStation(NULL); in NtUserGetImeInfoEx()
1152 pWinSta = IntGetProcessWindowStation(NULL); in NtUserSetImeInfoEx()
H A Dwinsta.c400 IntGetProcessWindowStation(HWINSTA *phWinSta OPTIONAL) in IntGetProcessWindowStation() function