ReactOS 0.4.16-dev-814-g656a5dc
|
Public Attributes | |
struct tagIMEHOTKEY * | pNext |
DWORD | dwHotKeyId |
UINT | uVirtualKey |
UINT | uModifiers |
HKL | hKL |
DWORD tagIMEHOTKEY::dwHotKeyId |
Definition at line 34 of file ime.c.
Referenced by IntGetImeHotKeyById(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntGetImeHotKeyLangId(), IntImmProcessKey(), IntSetImeHotKey(), NtUserCheckImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().
HKL tagIMEHOTKEY::hKL |
Definition at line 37 of file ime.c.
Referenced by IntGetImeHotKeyByKey(), IntGetImeHotKeyLanguageScore(), IntImmProcessKey(), IntSetImeHotKey(), NtUserGetImeHotKey(), NtUserNotifyIMEStatus(), NtUserSetImeHotKey(), and UserSetImeConversionKeyState().
struct tagIMEHOTKEY* tagIMEHOTKEY::pNext |
Definition at line 33 of file ime.c.
Referenced by IntAddImeHotKey(), IntDeleteImeHotKey(), IntFreeImeHotKeys(), IntGetImeHotKeyById(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), and IntSetImeHotKey().
UINT tagIMEHOTKEY::uModifiers |
Definition at line 36 of file ime.c.
Referenced by IntCheckImeHotKey(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntSetImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().
UINT tagIMEHOTKEY::uVirtualKey |
Definition at line 35 of file ime.c.
Referenced by IntCheckImeHotKey(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntImmProcessKey(), IntSetImeHotKey(), NtUserCheckImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().