ReactOS
0.4.15-dev-5606-gf34e425
|
Public Attributes | |
struct tagIMEHOTKEY * | pNext |
DWORD | dwHotKeyId |
UINT | uVirtualKey |
UINT | uModifiers |
HKL | hKL |
DWORD tagIMEHOTKEY::dwHotKeyId |
Definition at line 49 of file ime.c.
Referenced by IntGetImeHotKeyById(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntGetImeHotKeyLangId(), IntImmProcessKey(), IntSetImeHotKey(), NtUserCheckImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().
HKL tagIMEHOTKEY::hKL |
Definition at line 52 of file ime.c.
Referenced by ImmLoadLayout(), IntGetImeHotKeyByKey(), IntGetImeHotKeyLanguageScore(), IntImmProcessKey(), IntSetImeHotKey(), NtUserGetImeHotKey(), NtUserNotifyIMEStatus(), NtUserSetImeHotKey(), and UserSetImeConversionKeyState().
struct tagIMEHOTKEY* tagIMEHOTKEY::pNext |
Definition at line 48 of file ime.c.
Referenced by IntAddImeHotKey(), IntDeleteImeHotKey(), IntFreeImeHotKeys(), IntGetImeHotKeyById(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), and IntSetImeHotKey().
UINT tagIMEHOTKEY::uModifiers |
Definition at line 51 of file ime.c.
Referenced by IntCheckImeHotKey(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntSetImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().
UINT tagIMEHOTKEY::uVirtualKey |
Definition at line 50 of file ime.c.
Referenced by IntCheckImeHotKey(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntImmProcessKey(), IntSetImeHotKey(), NtUserCheckImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().