|
ReactOS 0.4.16-dev-2332-g4cba65d
|

Public Attributes | |
| struct tagIMEHOTKEY * | pNext |
| DWORD | dwHotKeyId |
| UINT | uVirtualKey |
| UINT | uModifiers |
| HKL | hKL |
| DWORD tagIMEHOTKEY::dwHotKeyId |
Definition at line 29 of file ime.c.
Referenced by IntGetImeHotKeyById(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntGetImeHotKeyLangId(), IntImmProcessKey(), IntSetImeHotKey(), NtUserCheckImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().
| HKL tagIMEHOTKEY::hKL |
Definition at line 32 of file ime.c.
Referenced by IntGetImeHotKeyByKey(), IntGetImeHotKeyLanguageScore(), IntImmProcessKey(), IntSetImeHotKey(), NtUserGetImeHotKey(), NtUserNotifyIMEStatus(), NtUserSetImeHotKey(), and UserSetImeConversionKeyState().
| struct tagIMEHOTKEY* tagIMEHOTKEY::pNext |
Definition at line 28 of file ime.c.
Referenced by IntAddImeHotKey(), IntDeleteImeHotKey(), IntFreeImeHotKeys(), IntGetImeHotKeyById(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), and IntSetImeHotKey().
| UINT tagIMEHOTKEY::uModifiers |
Definition at line 31 of file ime.c.
Referenced by IntCheckImeHotKey(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntSetImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().
| UINT tagIMEHOTKEY::uVirtualKey |
Definition at line 30 of file ime.c.
Referenced by IntCheckImeHotKey(), IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), IntImmProcessKey(), IntSetImeHotKey(), NtUserCheckImeHotKey(), NtUserGetImeHotKey(), and NtUserSetImeHotKey().