ReactOS
0.4.15-dev-4857-g47842d7
|
#include <ntuser.h>
Public Attributes | |
HANDLE | hInputContext |
LONG | cLockObj |
DWORD | dwFlags |
DWORD | dwCompatFlags |
RTL_CRITICAL_SECTION | cs |
UINT | uCodePage |
HKL | hKL |
BOOL | bUnknown4 |
LONG tagCLIENTIMC::cLockObj |
Definition at line 1304 of file ntuser.h.
Referenced by Imm32DestroyInputContext(), Imm32InternalLockIMC(), ImmUnlockClientImc(), ImmUnlockIMC(), and START_TEST().
RTL_CRITICAL_SECTION tagCLIENTIMC::cs |
Definition at line 1307 of file ntuser.h.
Referenced by Imm32InternalLockIMC(), ImmLockClientImc(), ImmUnlockClientImc(), and START_TEST().
DWORD tagCLIENTIMC::dwCompatFlags |
Definition at line 1306 of file ntuser.h.
Referenced by ImmLockClientImc().
DWORD tagCLIENTIMC::dwFlags |
Definition at line 1305 of file ntuser.h.
Referenced by Imm32CreateInputContext(), Imm32DestroyInputContext(), Imm32IsImcAnsi(), Imm32PostMessages(), Imm32SelectInputContext(), ImmGenerateMessage(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetGuideLineAW(), ImmGetSaveContext(), ImmLockClientImc(), ImmSetActiveContext(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), ImmUnlockClientImc(), and START_TEST().
HANDLE tagCLIENTIMC::hInputContext |
Definition at line 1303 of file ntuser.h.
Referenced by Imm32DestroyInputContext(), Imm32InternalLockIMC(), ImmGetIMCLockCount(), ImmUnlockClientImc(), ImmUnlockIMC(), and START_TEST().
HKL tagCLIENTIMC::hKL |
Definition at line 1309 of file ntuser.h.
Referenced by Imm32CreateInputContext(), Imm32DestroyInputContext(), and Imm32SelectInputContext().
UINT tagCLIENTIMC::uCodePage |
Definition at line 1308 of file ntuser.h.
Referenced by Imm32CreateInputContext(), Imm32ProcessRequest(), Imm32SelectInputContext(), ImmGetCompositionStringA(), and ImmGetCompositionStringW().