ReactOS
0.4.15-dev-4853-g3a72a52
|
#include <ntuser.h>
Public Attributes | |
HKL | hkl |
IMEINFO | ImeInfo |
WCHAR | wszUIClass [16] |
ULONG | fdwInitConvMode |
INT | fInitOpen |
INT | fLoadFlag |
DWORD | dwProdVersion |
DWORD | dwImeWinVersion |
WCHAR | wszImeDescription [50] |
WCHAR | wszImeFile [80] |
struct { | |
INT fSysWow64Only:1 | |
INT fCUASLayer:1 | |
}; | |
struct { ... } |
DWORD tagIMEINFOEX::dwImeWinVersion |
Definition at line 1185 of file ntuser.h.
Referenced by Imm32LoadImeFixedInfo(), ImmGetProperty(), PrintInfoEx(), and START_TEST().
DWORD tagIMEINFOEX::dwProdVersion |
Definition at line 1184 of file ntuser.h.
Referenced by Imm32LoadImeFixedInfo(), and PrintInfoEx().
ULONG tagIMEINFOEX::fdwInitConvMode |
Definition at line 1181 of file ntuser.h.
Referenced by PrintInfoEx().
INT tagIMEINFOEX::fInitOpen |
Definition at line 1182 of file ntuser.h.
Referenced by PrintInfoEx().
INT tagIMEINFOEX::fLoadFlag |
Definition at line 1183 of file ntuser.h.
Referenced by Ime32LoadImeDpi(), Imm32LoadIME(), ImmGetProperty(), ImmLoadLayout(), PrintInfoEx(), and UserSetImeInfoEx().
HKL tagIMEINFOEX::hkl |
Definition at line 1178 of file ntuser.h.
Referenced by Imm32LoadImeLangAndDesc(), ImmGetImeInfoEx(), ImmInstallIMEW(), ImmLoadLayout(), PrintInfoEx(), START_TEST(), UserGetImeInfoEx(), and UserSetImeInfoEx().
IMEINFO tagIMEINFOEX::ImeInfo |
Definition at line 1179 of file ntuser.h.
Referenced by Imm32LoadIME(), ImmGetProperty(), IntImmProcessKey(), PrintInfoEx(), START_TEST(), and User32CreateImeUIWindow().
WCHAR tagIMEINFOEX::wszImeDescription[50] |
Definition at line 1186 of file ntuser.h.
Referenced by Imm32LoadImeLangAndDesc(), and PrintInfoEx().
WCHAR tagIMEINFOEX::wszImeFile[80] |
Definition at line 1187 of file ntuser.h.
Referenced by Imm32LoadIME(), Imm32LoadImeVerInfo(), ImmGetImeInfoEx(), ImmInstallIMEW(), ImmLoadLayout(), PrintInfoEx(), START_TEST(), and UserGetImeInfoEx().
WCHAR tagIMEINFOEX::wszUIClass[16] |
Definition at line 1180 of file ntuser.h.
Referenced by Imm32LoadIME(), PrintInfoEx(), START_TEST(), and User32CreateImeUIWindow().