mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +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
|
@ -27,6 +27,9 @@ extern "C" {
|
|||
|
||||
typedef HANDLE HIMC;
|
||||
typedef HANDLE HIMCC;
|
||||
#ifdef __REACTOS__
|
||||
typedef HKL *LPHKL;
|
||||
#endif
|
||||
|
||||
typedef struct tagREGISTERWORDA {
|
||||
LPSTR lpReading;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue