ReactOS 0.4.15-dev-6057-gd708c79
|
#include <immdev.h>
Public Attributes | |
HWND | hWnd |
BOOL | fOpen |
POINT | ptStatusWndPos |
POINT | ptSoftKbdPos |
DWORD | fdwConversion |
DWORD | fdwSentence |
union { | |
LOGFONTA A | |
LOGFONTW W | |
} | lfFont |
COMPOSITIONFORM | cfCompForm |
CANDIDATEFORM | cfCandForm [4] |
HIMCC | hCompStr |
HIMCC | hCandInfo |
HIMCC | hGuideLine |
HIMCC | hPrivate |
DWORD | dwNumMsgBuf |
HIMCC | hMsgBuf |
DWORD | fdwInit |
DWORD | dwReserve [3] |
LOGFONTA _tagINPUTCONTEXT::A |
Definition at line 63 of file immdev.h.
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().
CANDIDATEFORM _tagINPUTCONTEXT::cfCandForm[4] |
Definition at line 67 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetCandidateWindow(), and ImmSetCandidateWindow().
COMPOSITIONFORM _tagINPUTCONTEXT::cfCompForm |
Definition at line 66 of file immdev.h.
Referenced by ImmGetCompositionWindow().
DWORD _tagINPUTCONTEXT::dwNumMsgBuf |
Definition at line 72 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGenerateMessage(), and test_ImmMessages().
DWORD _tagINPUTCONTEXT::fdwConversion |
Definition at line 60 of file immdev.h.
Referenced by ImeWnd_OnImeNotify(), Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), ImmGetConversionStatus(), ImmSetConversionStatus(), and ImmSetOpenStatus().
DWORD _tagINPUTCONTEXT::fdwInit |
Definition at line 74 of file immdev.h.
Referenced by ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionWindow(), ImmGetStatusWindowPos(), and ImmSetStatusWindowPos().
DWORD _tagINPUTCONTEXT::fdwSentence |
Definition at line 61 of file immdev.h.
Referenced by Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), ImmGetConversionStatus(), and ImmSetConversionStatus().
BOOL _tagINPUTCONTEXT::fOpen |
Definition at line 57 of file immdev.h.
Referenced by ImeWnd_OnImeNotify(), Imm32CImeNonImeToggle(), Imm32CreateInputContext(), Imm32CShapeToggle(), Imm32CSymbolToggle(), ImmGetOpenStatus(), ImmSetConversionStatus(), ImmSetOpenStatus(), and Test1().
HIMCC _tagINPUTCONTEXT::hCandInfo |
Definition at line 69 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), and Test1().
HIMCC _tagINPUTCONTEXT::hCompStr |
Definition at line 68 of file immdev.h.
Referenced by Imm32CreateInputContext(), Imm32OpenICAndCS(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmSetCompositionStringAW(), and Test1().
HIMCC _tagINPUTCONTEXT::hGuideLine |
Definition at line 70 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGetGuideLineAW(), and Test1().
HIMCC _tagINPUTCONTEXT::hMsgBuf |
Definition at line 73 of file immdev.h.
Referenced by Imm32CreateInputContext(), ImmGenerateMessage(), Test1(), and test_ImmMessages().
HIMCC _tagINPUTCONTEXT::hPrivate |
Definition at line 71 of file immdev.h.
Referenced by Imm32CreateInputContext(), and Test1().
HWND _tagINPUTCONTEXT::hWnd |
Definition at line 56 of file immdev.h.
Referenced by ImmGenerateMessage(), ImmRequestMessageAW(), ImmSetCandidateWindow(), ImmSetConversionStatus(), ImmSetOpenStatus(), ImmSetStatusWindowPos(), and Test1().
union { ... } _tagINPUTCONTEXT::lfFont |
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().
POINT _tagINPUTCONTEXT::ptStatusWndPos |
Definition at line 58 of file immdev.h.
Referenced by ImmGetStatusWindowPos(), and ImmSetStatusWindowPos().
LOGFONTW _tagINPUTCONTEXT::W |
Definition at line 64 of file immdev.h.
Referenced by ImmGetCompositionFontA(), and ImmGetCompositionFontW().