ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <imm32_undoc.h>
Public Attributes | |
HANDLE | hInputContext |
LONG | cLockObj |
DWORD | dwFlags |
DWORD | dwCompatFlags |
RTL_CRITICAL_SECTION | cs |
UINT | uCodePage |
HKL | hKL |
BOOL | bCtfIme |
Definition at line 118 of file imm32_undoc.h.
BOOL tagCLIENTIMC::bCtfIme |
Definition at line 127 of file imm32_undoc.h.
Referenced by CtfImmTIMCreateInputContext().
LONG tagCLIENTIMC::cLockObj |
Definition at line 121 of file imm32_undoc.h.
Referenced by Imm32DestroyInputContext(), Imm32InternalLockIMC(), ImmLockClientImc(), ImmUnlockClientImc(), ImmUnlockIMC(), and START_TEST().
RTL_CRITICAL_SECTION tagCLIENTIMC::cs |
Definition at line 124 of file imm32_undoc.h.
Referenced by Imm32InternalLockIMC(), ImmCreateContext(), ImmLockClientImc(), ImmUnlockClientImc(), and START_TEST().
DWORD tagCLIENTIMC::dwCompatFlags |
Definition at line 123 of file imm32_undoc.h.
Referenced by ImmCreateContext(), ImmGetAppCompatFlags(), and ImmLockClientImc().
DWORD tagCLIENTIMC::dwFlags |
Definition at line 122 of file imm32_undoc.h.
Referenced by CtfImmGenerateMessage(), 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 120 of file imm32_undoc.h.
Referenced by Imm32DestroyInputContext(), Imm32InternalLockIMC(), ImmGetIMCLockCount(), ImmUnlockClientImc(), ImmUnlockIMC(), and START_TEST().
HKL tagCLIENTIMC::hKL |
Definition at line 126 of file imm32_undoc.h.
Referenced by Imm32CreateInputContext(), Imm32DestroyInputContext(), and Imm32SelectInputContext().
UINT tagCLIENTIMC::uCodePage |
Definition at line 125 of file imm32_undoc.h.
Referenced by Imm32CreateInputContext(), Imm32ProcessRequest(), Imm32SelectInputContext(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), and ImmGetGuideLineAW().