ReactOS 0.4.15-dev-6054-gbddd8b0
|
#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 1335 of file ntuser.h.
Referenced by Imm32DestroyInputContext(), Imm32InternalLockIMC(), ImmLockClientImc(), ImmUnlockClientImc(), ImmUnlockIMC(), and START_TEST().
RTL_CRITICAL_SECTION tagCLIENTIMC::cs |
Definition at line 1338 of file ntuser.h.
Referenced by Imm32InternalLockIMC(), ImmCreateContext(), ImmLockClientImc(), ImmUnlockClientImc(), and START_TEST().
DWORD tagCLIENTIMC::dwCompatFlags |
Definition at line 1337 of file ntuser.h.
Referenced by ImmCreateContext(), ImmGetAppCompatFlags(), and ImmLockClientImc().
DWORD tagCLIENTIMC::dwFlags |
Definition at line 1336 of file ntuser.h.
Referenced by Imm32CreateInputContext(), Imm32DestroyInputContext(), Imm32IsImcAnsi(), Imm32SelectInputContext(), ImmGenerateMessage(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetGuideLineAW(), ImmGetSaveContext(), ImmLockClientImc(), ImmPostMessages(), ImmSetActiveContext(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), ImmUnlockClientImc(), ImmWINNLSEnableIME(), and START_TEST().
HANDLE tagCLIENTIMC::hInputContext |
Definition at line 1334 of file ntuser.h.
Referenced by Imm32DestroyInputContext(), Imm32InternalLockIMC(), ImmGetIMCLockCount(), ImmUnlockClientImc(), ImmUnlockIMC(), and START_TEST().
HKL tagCLIENTIMC::hKL |
Definition at line 1340 of file ntuser.h.
Referenced by Imm32CreateInputContext(), Imm32DestroyInputContext(), and Imm32SelectInputContext().
UINT tagCLIENTIMC::uCodePage |
Definition at line 1339 of file ntuser.h.
Referenced by Imm32CreateInputContext(), Imm32ProcessRequest(), Imm32SelectInputContext(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), and ImmGetGuideLineAW().