ReactOS 0.4.16-dev-1279-gc894716
|
Go to the source code of this file.
Classes | |
struct | _tagIMEINFO |
struct | tagCANDIDATEINFO |
struct | tagSOFTKBDDATA |
struct | tagCOMPOSITIONSTRING |
struct | tagGUIDELINE |
struct | _tagINPUTCONTEXT |
struct | _tagTRANSMSG |
struct | _tagTRANSMSGLIST |
#define ImmRequestMessage ImmRequestMessageA |
typedef struct tagCANDIDATEINFO CANDIDATEINFO |
typedef struct tagGUIDELINE GUIDELINE |
typedef struct _tagIMEINFO IMEINFO |
typedef struct _tagINPUTCONTEXT INPUTCONTEXT |
typedef struct tagCANDIDATEINFO* LPCANDIDATEINFO |
typedef struct tagGUIDELINE* LPGUIDELINE |
typedef struct _tagIMEINFO* LPIMEINFO |
typedef struct _tagINPUTCONTEXT* LPINPUTCONTEXT |
typedef struct tagSOFTKBDDATA* LPSOFTKBDDATA |
typedef struct _tagTRANSMSG* LPTRANSMSG |
typedef struct _tagTRANSMSGLIST* LPTRANSMSGLIST |
typedef struct tagCANDIDATEINFO* NPCANDIDATEINFO |
typedef struct tagGUIDELINE* NPGUIDELINE |
typedef struct _tagIMEINFO* NPIMEINFO |
typedef struct _tagINPUTCONTEXT* NPINPUTCONTEXT |
typedef struct tagSOFTKBDDATA* NPSOFTKBDDATA |
typedef struct _tagTRANSMSG* NPTRANSMSG |
typedef struct _tagTRANSMSGLIST* NPTRANSMSGLIST |
typedef struct tagCANDIDATEINFO * PCANDIDATEINFO |
typedef struct tagCOMPOSITIONSTRING * PCOMPOSITIONSTRING |
typedef struct tagGUIDELINE * PGUIDELINE |
typedef struct _tagIMEINFO * PIMEINFO |
typedef struct _tagINPUTCONTEXT * PINPUTCONTEXT |
typedef struct tagSOFTKBDDATA * PSOFTKBDDATA |
typedef struct _tagTRANSMSG * PTRANSMSG |
typedef struct _tagTRANSMSGLIST * PTRANSMSGLIST |
typedef struct tagSOFTKBDDATA SOFTKBDDATA |
typedef struct _tagTRANSMSG TRANSMSG |
typedef struct _tagTRANSMSGLIST TRANSMSGLIST |
C_ASSERT | ( | offsetof(INPUTCONTEXT, cfCandForm) | = =0x98 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, cfCompForm) | = =0x7C | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, dwNumMsgBuf) | = =0x128 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, dwReserve) | = =0x134 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, fdwConversion) | = =0x18 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, fdwInit) | = =0x130 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, fdwSentence) | = =0x1C | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, fOpen) | = =0x4 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, hCandInfo) | = =0x11C | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, hCompStr) | = =0x118 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, hGuideLine) | = =0x120 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, hMsgBuf) | = =0x12C | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, hPrivate) | = =0x124 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, hWnd) | = =0x0 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, lfFont) | = =0x20 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, ptSoftKbdPos) | = =0x10 | ) |
C_ASSERT | ( | offsetof(INPUTCONTEXT, ptStatusWndPos) | = =0x8 | ) |
C_ASSERT | ( | sizeof(INPUTCONTEXT) | = =0x140 | ) |
BOOL WINAPI ImeConfigure | ( | _In_ HKL | hKL, |
_In_ HWND | hWnd, | ||
_In_ DWORD | dwMode, | ||
_Inout_opt_ LPVOID | lpData | ||
) |
Definition at line 286 of file msctfime.cpp.
DWORD WINAPI ImeConversionList | ( | _In_ HIMC | hIMC, |
_In_ LPCTSTR | lpSrc, | ||
_Out_ LPCANDIDATELIST | lpDst, | ||
_In_ DWORD | dwBufLen, | ||
_In_ UINT | uFlag | ||
) |
Definition at line 317 of file msctfime.cpp.
Referenced by CtfImeThreadDetach().
UINT WINAPI ImeEnumRegisterWord | ( | _In_ REGISTERWORDENUMPROC | lpfnEnumProc, |
_In_opt_ LPCTSTR | lpszReading, | ||
_In_ DWORD | dwStyle, | ||
_In_opt_ LPCTSTR | lpszString, | ||
_In_opt_ LPVOID | lpData | ||
) |
Definition at line 348 of file msctfime.cpp.
DWORD WINAPI ImeGetImeMenuItems | ( | _In_ HIMC | hIMC, |
_In_ DWORD | dwFlags, | ||
_In_ DWORD | dwType, | ||
_Inout_opt_ LPIMEMENUITEMINFO | lpImeParentMenu, | ||
_Inout_opt_ LPIMEMENUITEMINFO | lpImeMenu, | ||
_In_ DWORD | dwSize | ||
) |
BOOL WINAPI ImeInquire | ( | _Out_ LPIMEINFO | lpIMEInfo, |
_Out_ LPTSTR | lpszWndClass, | ||
_In_ DWORD | dwSystemInfoFlags | ||
) |
BOOL WINAPI ImeProcessKey | ( | _In_ HIMC | hIMC, |
_In_ UINT | uVirKey, | ||
_In_ LPARAM | lParam, | ||
_In_ CONST LPBYTE | lpbKeyState | ||
) |
Definition at line 364 of file msctfime.cpp.
BOOL WINAPI ImeRegisterWord | ( | _In_ LPCTSTR | lpszReading, |
_In_ DWORD | dwStyle, | ||
_In_ LPCTSTR | lpszString | ||
) |
Definition at line 418 of file msctfime.cpp.
Definition at line 436 of file msctfime.cpp.
BOOL WINAPI ImeSetCompositionString | ( | _In_ HIMC | hIMC, |
_In_ DWORD | dwIndex, | ||
_In_opt_ LPCVOID | lpComp, | ||
_In_ DWORD | dwCompLen, | ||
_In_opt_ LPCVOID | lpRead, | ||
_In_ DWORD | dwReadLen | ||
) |
Definition at line 512 of file msctfime.cpp.
UINT WINAPI ImeToAsciiEx | ( | _In_ UINT | uVirKey, |
_In_ UINT | uScanCode, | ||
_In_ CONST LPBYTE | lpbKeyState, | ||
_Out_ LPTRANSMSGLIST | lpTransMsgList, | ||
_In_ UINT | fuState, | ||
_In_ HIMC | hIMC | ||
) |
Definition at line 451 of file msctfime.cpp.
BOOL WINAPI ImeUnregisterWord | ( | _In_ LPCTSTR | lpszReading, |
_In_ DWORD | dwStyle, | ||
_In_ LPCTSTR | lpszString | ||
) |
Definition at line 582 of file utils.c.
Referenced by CicIMCLock::ClearCand(), CicBridge::CreateInputContext(), Imm32CreateInputContext(), Imm32SelectInputContext(), START_TEST(), test_ImmDestroyIMCC(), and test_ImmGetIMCCLockCount().
Definition at line 2101 of file softkbd.c.
Definition at line 593 of file utils.c.
Referenced by CicIMCLock::ClearCand(), CicBridge::DestroyInputContext(), Imm32CreateInputContext(), Imm32DestroyInputContext(), Imm32SelectInputContext(), START_TEST(), test_ImmDestroyIMCC(), and test_ImmGetIMCCLockCount().
Definition at line 878 of file keymsg.c.
Referenced by test_ImmMessages(), and test_InvalidIMC().
Definition at line 626 of file utils.c.
Referenced by Imm32SelectInputContext(), START_TEST(), test_ImmDestroyIMCC(), and test_ImmGetIMCCLockCount().
Definition at line 648 of file utils.c.
Referenced by Imm32SelectInputContext(), START_TEST(), Test1(), test_ImmDestroyIMCC(), and CicIMCLock::ValidCompositionString().
Definition at line 659 of file utils.c.
Referenced by test_ImmDestroyContext(), and test_ImmGetIMCLockCount().
LPINPUTCONTEXT WINAPI ImmLockIMC | ( | _In_ HIMC | hIMC | ) |
Definition at line 1079 of file imm.c.
Referenced by CicIMCLock::_LockIMC(), C1_OnButtonUp(), CtfImmGenerateMessage(), EDIT_WindowProc(), editor_handle_message(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), Imm32CImeNonImeToggle(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32DestroyInputContext(), Imm32JCloseOpen(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), Imm32OpenICAndCS(), Imm32SendNotificationProc(), ImmGenerateMessage(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCandidateWindow(), ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetCompositionWindow(), ImmGetConversionStatus(), ImmGetGuideLineAW(), ImmGetImeMenuItemsAW(), ImmGetOpenStatus(), ImmGetStatusWindowPos(), ImmGetVirtualKey(), ImmProcessKey(), ImmRequestMessageAW(), ImmSetActiveContext(), ImmSetCandidateWindow(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), ImmSetCompositionWindow(), ImmSetConversionStatus(), ImmSetOpenStatus(), ImmSetStatusWindowPos(), ImmTranslateMessage(), T1_OnButtonUp(), T1_OnImeControl(), Test1(), test_ImmDestroyContext(), test_ImmGetIMCLockCount(), test_ImmMessages(), and test_InvalidIMC().
Definition at line 604 of file utils.c.
Referenced by CicIMCCLock< T_DATA >::_LockIMCC(), CtfImmGenerateMessage(), Imm32CreateInputContext(), Imm32OpenICAndCS(), Imm32SelectInputContext(), ImmGenerateMessage(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetGuideLineAW(), ImmTranslateMessage(), test_ImmDestroyIMCC(), test_ImmGetIMCCLockCount(), and test_ImmMessages().
Definition at line 1162 of file keymsg.c.
Referenced by test_InvalidIMC().
Definition at line 635 of file utils.c.
Referenced by CicIMCLock::ClearCand(), Imm32SelectInputContext(), and test_ImmMessages().
BOOL WINAPI ImmTranslateMessage | ( | _In_ HWND | hwnd, |
_In_ UINT | msg, | ||
_In_ WPARAM | wParam, | ||
_In_ LPARAM | lKeyData | ||
) |
Definition at line 1020 of file keymsg.c.
Referenced by ImmProcessKey(), and TranslateMessage().
Definition at line 1089 of file imm.c.
Referenced by C1_OnButtonUp(), CtfImmGenerateMessage(), EDIT_WindowProc(), editor_handle_message(), ImeWnd_OnImeNotify(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), Imm32CImeNonImeToggle(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32DestroyInputContext(), Imm32JCloseOpen(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), Imm32OpenICAndCS(), Imm32SelectInputContext(), Imm32SendNotificationProc(), ImmGenerateMessage(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCandidateWindow(), ImmGetCompositionFontA(), ImmGetCompositionFontW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetCompositionWindow(), ImmGetConversionStatus(), ImmGetGuideLineAW(), ImmGetImeMenuItemsAW(), ImmGetOpenStatus(), ImmGetStatusWindowPos(), ImmGetVirtualKey(), ImmProcessKey(), ImmRequestMessageAW(), ImmSetActiveContext(), ImmSetCandidateWindow(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), ImmSetCompositionStringAW(), ImmSetCompositionWindow(), ImmSetConversionStatus(), ImmSetOpenStatus(), ImmSetStatusWindowPos(), ImmTranslateMessage(), T1_OnButtonUp(), T1_OnImeControl(), Test1(), test_ImmDestroyContext(), test_ImmGetIMCLockCount(), test_ImmMessages(), and test_InvalidIMC().
Definition at line 615 of file utils.c.
Referenced by CicIMCCLock< T_DATA >::_UnlockIMCC(), CtfImmGenerateMessage(), Imm32CreateInputContext(), Imm32SelectInputContext(), ImmGenerateMessage(), ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetGuideLineAW(), ImmSetCompositionStringAW(), ImmTranslateMessage(), test_ImmDestroyIMCC(), test_ImmGetIMCCLockCount(), and test_ImmMessages().