mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 22:22:04 +00:00
[IMM32][NTUSER] Implement ImmGetHotKey (#3025)
CORE-11700 - Implement imm32!ImmGetHotKey function. - Modify NtUserGetImeHotKey function. - Add LPHKL typedef into <imm.h> header.
This commit is contained in:
parent
1d8c567996
commit
ec9d277d59
5 changed files with 37 additions and 17 deletions
|
@ -2278,13 +2278,11 @@ NtUserGetIconSize(
|
|||
LONG *plcx,
|
||||
LONG *plcy);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
NtUserGetImeHotKey(
|
||||
DWORD Unknown0,
|
||||
DWORD Unknown1,
|
||||
DWORD Unknown2,
|
||||
DWORD Unknown3);
|
||||
BOOL NTAPI
|
||||
NtUserGetImeHotKey(IN DWORD dwHotKey,
|
||||
OUT LPUINT lpuModifiers,
|
||||
OUT LPUINT lpuVKey,
|
||||
OUT LPHKL lphKL);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue