ReactOS 0.4.16-dev-329-g9223134
|
#include "msctfime.h"
Go to the source code of this file.
Variables | |
HINSTANCE | g_hInst = NULL |
BOOL | g_bWinLogon = FALSE |
UINT | g_uACP = CP_ACP |
DWORD | g_dwOSInfo = 0 |
BOOL | gfTFInitLib = FALSE |
CRITICAL_SECTION | g_csLock |
CDispAttrPropCache * | g_pPropCache = NULL |
Definition at line 739 of file msctfime.cpp.
Definition at line 666 of file msctfime.cpp.
Definition at line 757 of file msctfime.cpp.
Definition at line 705 of file msctfime.cpp.
EXTERN_C LRESULT WINAPI CtfImeDispatchDefImeMessage | ( | _In_ HWND | hWnd, |
_In_ UINT | uMsg, | ||
_In_ WPARAM | wParam, | ||
_In_ LPARAM | lParam | ||
) |
Definition at line 832 of file msctfime.cpp.
Referenced by CtfImmDispatchDefImeMessage().
EXTERN_C LRESULT WINAPI CtfImeEscapeEx | ( | _In_ HIMC | hIMC, |
_In_ UINT | uSubFunc, | ||
_Inout_opt_ LPVOID | lpData, | ||
_In_ HKL | hKL | ||
) |
Definition at line 596 of file msctfime.cpp.
EXTERN_C HRESULT WINAPI CtfImeGetGuidAtom | ( | _In_ HIMC | hIMC, |
_In_ DWORD | dwUnknown, | ||
_Out_opt_ LPDWORD | pdwGuidAtom | ||
) |
Definition at line 620 of file msctfime.cpp.
EXTERN_C HRESULT WINAPI CtfImeInquireExW | ( | _Out_ LPIMEINFO | lpIMEInfo, |
_Out_ LPWSTR | lpszWndClass, | ||
_In_ DWORD | dwSystemInfoFlags, | ||
_In_ HKL | hKL | ||
) |
Definition at line 542 of file msctfime.cpp.
Definition at line 647 of file msctfime.cpp.
Definition at line 869 of file msctfime.cpp.
Referenced by CtfAImmIsIME().
EXTERN_C HRESULT WINAPI CtfImeProcessCicHotkey | ( | _In_ HIMC | hIMC, |
_In_ UINT | vKey, | ||
_In_ LPARAM | lParam | ||
) |
Definition at line 795 of file msctfime.cpp.
Referenced by ImmProcessKey().
Definition at line 571 of file msctfime.cpp.
EXTERN_C HRESULT WINAPI CtfImeSetActiveContextAlways | ( | _In_ HIMC | hIMC, |
_In_ BOOL | fActive, | ||
_In_ HWND | hWnd, | ||
_In_ HKL | hKL | ||
) |
Definition at line 775 of file msctfime.cpp.
Referenced by ImmSetActiveContext().
@implemented
Definition at line 904 of file msctfime.cpp.
Referenced by ProcessDetach().
EXTERN_C BOOL WINAPI DllMain | ( | _In_ HINSTANCE | hinstDLL, |
_In_ DWORD | dwReason, | ||
_Inout_opt_ LPVOID | lpvReserved | ||
) |
@implemented
Definition at line 958 of file msctfime.cpp.
EXTERN_C BOOL WINAPI ImeConfigure | ( | _In_ HKL | hKL, |
_In_ HWND | hWnd, | ||
_In_ DWORD | dwMode, | ||
_Inout_opt_ LPVOID | lpData | ||
) |
Definition at line 286 of file msctfime.cpp.
EXTERN_C DWORD WINAPI ImeConversionList | ( | _In_ HIMC | hIMC, |
_In_ LPCWSTR | lpSrc, | ||
_Out_ LPCANDIDATELIST | lpDst, | ||
_In_ DWORD | dwBufLen, | ||
_In_ UINT | uFlag | ||
) |
Definition at line 190 of file msctfime.cpp.
Definition at line 317 of file msctfime.cpp.
Referenced by CtfImeThreadDetach().
EXTERN_C UINT WINAPI ImeEnumRegisterWord | ( | _In_ REGISTERWORDENUMPROCW | lpfnEnumProc, |
_In_opt_ LPCWSTR | lpszReading, | ||
_In_ DWORD | dwStyle, | ||
_In_opt_ LPCWSTR | lpszString, | ||
_In_opt_ LPVOID | lpData | ||
) |
Definition at line 267 of file msctfime.cpp.
Definition at line 348 of file msctfime.cpp.
Definition at line 249 of file msctfime.cpp.
EXTERN_C BOOL WINAPI ImeInquire | ( | _Out_ LPIMEINFO | lpIMEInfo, |
_Out_ LPWSTR | lpszWndClass, | ||
_In_ DWORD | dwSystemInfoFlags | ||
) |
Definition at line 171 of file msctfime.cpp.
EXTERN_C BOOL WINAPI ImeProcessKey | ( | _In_ HIMC | hIMC, |
_In_ UINT | uVirtKey, | ||
_In_ LPARAM | lParam, | ||
_In_ CONST LPBYTE | lpbKeyState | ||
) |
Definition at line 364 of file msctfime.cpp.
EXTERN_C BOOL WINAPI ImeRegisterWord | ( | _In_ LPCWSTR | lpszReading, |
_In_ DWORD | dwStyle, | ||
_In_ LPCWSTR | lpszString | ||
) |
Definition at line 211 of file msctfime.cpp.
Definition at line 418 of file msctfime.cpp.
Definition at line 436 of file msctfime.cpp.
EXTERN_C 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.
EXTERN_C UINT WINAPI ImeToAsciiEx | ( | _In_ UINT | uVirtKey, |
_In_ UINT | uScanCode, | ||
_In_ CONST LPBYTE | lpbKeyState, | ||
_Out_ LPTRANSMSGLIST | lpTransMsgList, | ||
_In_ UINT | fuState, | ||
_In_ HIMC | hIMC | ||
) |
Definition at line 451 of file msctfime.cpp.
EXTERN_C BOOL WINAPI ImeUnregisterWord | ( | _In_ LPCWSTR | lpszReading, |
_In_ DWORD | dwStyle, | ||
_In_ LPCWSTR | lpszString | ||
) |
Definition at line 230 of file msctfime.cpp.
HRESULT Inquire | ( | _Out_ LPIMEINFO | lpIMEInfo, |
_Out_ LPWSTR | lpszWndClass, | ||
_In_ DWORD | dwSystemInfoFlags, | ||
_In_ HKL | hKL | ||
) |
Retrieves the IME information. @implemented
Definition at line 92 of file msctfime.cpp.
Referenced by CtfImeInquireExW(), and CicInputContext::OnCleanupContext().
Selects or unselects the input context. @implemented
Definition at line 23 of file msctfime.cpp.
Referenced by CtfImeSelectEx().
EXTERN_C BOOL WINAPI NotifyIME | ( | _In_ HIMC | hIMC, |
_In_ DWORD | dwAction, | ||
_In_ DWORD | dwIndex, | ||
_In_ DWORD_PTR | dwValue | ||
) |
Definition at line 484 of file msctfime.cpp.
@implemented
Definition at line 919 of file msctfime.cpp.
Referenced by DllMain().
@implemented
Definition at line 940 of file msctfime.cpp.
Referenced by DllMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msctfime | ) |
Definition at line 13 of file msctfime.cpp.
Referenced by CtfImeCreateThreadMgr(), and CtfImeInquireExW().
CRITICAL_SECTION g_csLock |
Definition at line 17 of file msctfime.cpp.
Referenced by InitDisplayAttrbuteLib(), ProcessAttach(), and ProcessDetach().
DWORD g_dwOSInfo = 0 |
Definition at line 15 of file msctfime.cpp.
Referenced by ProcessAttach().
Definition at line 12 of file msctfime.cpp.
Referenced by ProcessAttach().
CDispAttrPropCache* g_pPropCache = NULL |
Definition at line 18 of file msctfime.cpp.
Referenced by InitDisplayAttrbuteLib(), and TFUninitLib().
Definition at line 14 of file msctfime.cpp.
Referenced by ProcessAttach().
Definition at line 16 of file msctfime.cpp.
Referenced by ProcessAttach(), and ProcessDetach().