#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | GetCompInfoA(Component) |
#define | GetCompInfoW(Component) |
#define | SEND_MESSAGE(bAnsi) ((bAnsi) ? SendMessageA : SendMessageW) |
#define | lpIMEPOS ((LPIMECHARPOSITION)lParam) |
Enumerations | |
enum | REQ_CALLER { FROM_IME, FROM_APP } |
Functions | |
DWORD | ImmReconversionWorker (LPRECONVERTSTRING lpRecTo, LPRECONVERTSTRING lpRecFrom, BOOL bToAnsi, DWORD dwCodePage) |
int | UnicodeToMultiByteSize (DWORD dwCodePage, LPCWSTR pwstr) |
LONG WINAPI | ImmGetCompositionStringA (HIMC hImc, DWORD dwIndex, LPVOID lpBuf, DWORD dwBufLen) |
LONG WINAPI | ImmGetCompositionStringW (HIMC hImc, DWORD dwIndex, LPVOID lpBuf, DWORD dwBufLen) |
BOOL WINAPI | ImmSetCompositionStringA (HIMC hImc, DWORD dwIndex, LPVOID lpComp, DWORD dwCompLen, LPVOID lpRead, DWORD dwReadLen) |
BOOL WINAPI | ImmSetCompositionStringW (HIMC hImc, DWORD dwIndex, LPVOID lpComp, DWORD dwCompLen, LPVOID lpRead, DWORD dwReadLen) |
LONG | CompositionString (HIMC hImc, PINPUTCONTEXT *ppInputContext, PCOMPOSITIONSTRING *ppCompStr, BOOL fCheckSize) |
BOOL | CheckAttribute (LPBYTE lpComp, DWORD dwCompLen, LPBYTE lpAttr, DWORD dwAttrLen, LPDWORD lpClause, DWORD dwClauseLen) |
BOOL | CheckClause (LPDWORD lpComp, DWORD dwCompLen, LPDWORD lpClause, DWORD dwClauseLen) |
LPBYTE | InternalSCS_SETSTR (LPCVOID lpCompRead, DWORD dwCompReadLen, LPVOID *lplpNewCompRead, DWORD *lpdwNewCompReadLen, BOOL fAnsi, DWORD dwCodePage) |
LPBYTE | InternalSCS_CHANGEATTR (HIMC hImc, LPCVOID lpCompRead, DWORD dwCompReadLen, DWORD dwIndex, LPVOID *lplpNewCompRead, DWORD *lpdwNewCompReadLen, BOOL fAnsi, DWORD dwCodePage) |
LPBYTE | InternalSCS_CHANGECLAUSE (HIMC hImc, LPCVOID lpCompRead, DWORD dwCompReadLen, DWORD dwIndex, LPDWORD *lplpNewCompRead, DWORD *lpdwNewCompReadLen, BOOL fAnsi, DWORD dwCodePage) |
LPBYTE | InternalSCS_RECONVERTSTRING (LPRECONVERTSTRING lpReconv, DWORD dwReconvLen, LPRECONVERTSTRING *lplpNewReconv, DWORD *lpdwNewReconvLen, BOOL fAnsi, DWORD dwCodePage) |
BOOL | ImmSetCompositionStringWorker (HIMC hImc, DWORD dwIndex, LPVOID lpComp, DWORD dwCompLen, LPVOID lpRead, DWORD dwReadLen, BOOL fAnsi) |
DWORD WINAPI | ImmGetCandidateListCountA (HIMC hImc, LPDWORD lpdwListCount) |
DWORD WINAPI | ImmGetCandidateListCountW (HIMC hImc, LPDWORD lpdwListCount) |
DWORD | ImmGetCandidateListCountWorker (HIMC hImc, LPDWORD lpdwListCount, BOOL fAnsi) |
DWORD WINAPI | ImmGetCandidateListA (HIMC hImc, DWORD dwIndex, LPCANDIDATELIST lpCandList, DWORD dwBufLen) |
DWORD WINAPI | ImmGetCandidateListW (HIMC hImc, DWORD dwIndex, LPCANDIDATELIST lpCandList, DWORD dwBufLen) |
DWORD | ImmGetCandidateListWorker (HIMC hImc, DWORD dwIndex, LPCANDIDATELIST lpCandList, DWORD dwBufLen, BOOL fAnsi) |
DWORD WINAPI | ImmGetGuideLineA (HIMC hImc, DWORD dwIndex, LPSTR lpszBuf, DWORD dwBufLen) |
DWORD WINAPI | ImmGetGuideLineW (HIMC hImc, DWORD dwIndex, LPWSTR lpwszBuf, DWORD dwBufLen) |
DWORD | ImmGetGuideLineWorker (HIMC hImc, DWORD dwIndex, LPBYTE lpBuf, DWORD dwBufLen, BOOL fAnsi) |
BOOL WINAPI | ImmGetConversionStatus (HIMC hImc, LPDWORD lpfdwConversion, LPDWORD lpfdwSentence) |
BOOL WINAPI | ImmSetConversionStatus (HIMC hImc, DWORD fdwConversion, DWORD fdwSentence) |
BOOL WINAPI | ImmGetOpenStatus (HIMC hImc) |
BOOL WINAPI | ImmSetOpenStatus (HIMC hImc, BOOL fOpen) |
BOOL WINAPI | ImmGetCompositionFontA (HIMC hImc, LPLOGFONTA lpLogFontA) |
BOOL WINAPI | ImmGetCompositionFontW (HIMC hImc, LPLOGFONTW lpLogFontW) |
BOOL WINAPI | ImmSetCompositionFontA (HIMC hImc, LPLOGFONTA lpLogFontA) |
BOOL WINAPI | ImmSetCompositionFontW (HIMC hImc, LPLOGFONTW lpLogFontW) |
DWORD WINAPI | ImmGetConversionListA (HKL hKL, HIMC hImc, LPCSTR lpszSrc, LPCANDIDATELIST lpCandListA, DWORD dwBufLen, UINT uFlag) |
DWORD WINAPI | ImmGetConversionListW (HKL hKL, HIMC hImc, LPCWSTR lpwszSrc, LPCANDIDATELIST lpCandListW, DWORD dwBufLen, UINT uFlag) |
BOOL WINAPI | ImmGetStatusWindowPos (HIMC hImc, LPPOINT lpptPos) |
BOOL WINAPI | ImmSetStatusWindowPos (HIMC hImc, LPPOINT lpptPos) |
BOOL WINAPI | ImmGetCompositionWindow (HIMC hImc, LPCOMPOSITIONFORM lpCompForm) |
BOOL WINAPI | ImmSetCompositionWindow (HIMC hImc, LPCOMPOSITIONFORM lpCompForm) |
BOOL WINAPI | ImmGetCandidateWindow (HIMC hImc, DWORD dwIndex, LPCANDIDATEFORM lpCandForm) |
BOOL WINAPI | ImmSetCandidateWindow (HIMC hImc, LPCANDIDATEFORM lpCandForm) |
LONG | InternalGetCompositionStringA (PCOMPOSITIONSTRING pCompStr, DWORD dwIndex, LPVOID lpBuf, DWORD dwBufLen, BOOL fAnsiImc, DWORD dwCodePage) |
LONG | InternalGetCompositionStringW (PCOMPOSITIONSTRING pCompStr, DWORD dwIndex, LPVOID lpBuf, DWORD dwBufLen, BOOL fAnsiImc, DWORD dwCodePage) |
DWORD | InternalGetCandidateListAtoW (LPCANDIDATELIST lpCandListA, LPCANDIDATELIST lpCandListW, DWORD dwBufLen, DWORD dwCodePage) |
DWORD | InternalGetCandidateListWtoA (LPCANDIDATELIST lpCandListW, LPCANDIDATELIST lpCandListA, DWORD dwBufLen, DWORD dwCodePage) |
DWORD | CalcCharacterPositionAtoW (DWORD dwCharPosA, LPSTR lpszCharStr, DWORD dwCodePage) |
DWORD | CalcCharacterPositionWtoA (DWORD dwCharPosW, LPWSTR lpwszCharStr, DWORD dwCodePage) |
VOID | LFontAtoLFontW (LPLOGFONTA lpLogFontA, LPLOGFONTW lpLogFontW) |
VOID | LFontWtoLFontA (LPLOGFONTW lpLogFontW, LPLOGFONTA lpLogFontA) |
BOOL | MakeIMENotify (HIMC hImc, HWND hWnd, DWORD dwAction, DWORD dwIndex, DWORD dwValue, WPARAM wParam, LPARAM lParam) |
DWORD | ImmGetReconvertTotalSize (DWORD dwSize, REQ_CALLER eCaller, BOOL bAnsiTarget) |
LRESULT | ImmRequestMessageWorker (HIMC hIMC, PWND pwnd, WPARAM wParam, LPARAM lParam, BOOL bAnsiOrigin) |
LRESULT | ImmRequestMessageAorW (HIMC hIMC, WPARAM wParam, LPARAM lParam, BOOL bAnsiOrigin) |
LRESULT WINAPI | ImmRequestMessageA (HIMC hIMC, WPARAM wParam, LPARAM lParam) |
LRESULT WINAPI | ImmRequestMessageW (HIMC hIMC, WPARAM wParam, LPARAM lParam) |
|
Value:
Definition at line 2304 of file ctxtinfo.c. Referenced by InternalGetCompositionStringA(), and InternalGetCompositionStringW(). |
|
Value:
Definition at line 2317 of file ctxtinfo.c. Referenced by InternalGetCompositionStringW(). |
|
Referenced by ImmRequestMessageWorker(). |
|
Referenced by ImmRequestMessageWorker(). |
|
Definition at line 3196 of file ctxtinfo.c.
|
|
Definition at line 3052 of file ctxtinfo.c. References DWORD. Referenced by CompStrAToStringExW(), CompStrAToUndetW(), ImmReconversionWorker(), ImmRequestMessageWorker(), InternalGetCompositionStringW(), and InternalSCS_CHANGECLAUSE().
|
|
Definition at line 3089 of file ctxtinfo.c. References DWORD, and UnicodeToMultiByteSize(). Referenced by CompStrWToStringExA(), CompStrWToUndetA(), ImmReconversionWorker(), ImmRequestMessageWorker(), InternalGetCompositionStringA(), and InternalSCS_CHANGECLAUSE().
|
|
Definition at line 239 of file ctxtinfo.c. References BOOL, BYTE, DWORD, FALSE, and TRUE. Referenced by ImmSetCompositionStringWorker().
|
|
Definition at line 287 of file ctxtinfo.c. References BOOL, FALSE, INT, TRUE, and UINT. Referenced by ImmSetCompositionStringWorker().
|
|
Definition at line 197 of file ctxtinfo.c. References ImmLockIMC(), ImmLockIMCC(), ImmUnlockIMC(), and ImmUnlockIMCC(). Referenced by ImmSetCompositionStringWorker().
|
|
Definition at line 974 of file ctxtinfo.c. References DWORD, ImmGetCandidateListWorker(), and TRUE.
|
|
Definition at line 845 of file ctxtinfo.c. References DWORD, ImmGetCandidateListCountWorker(), and TRUE.
|
|
Definition at line 862 of file ctxtinfo.c. References DWORD, FALSE, and ImmGetCandidateListCountWorker().
|
|
Definition at line 879 of file ctxtinfo.c. References CImcCodePage, DWORD, DWORD_ALIGN, IMCF_UNICODE, ImmLockClientImc(), ImmLockIMC(), ImmLockIMCC(), ImmUnlockClientImc(), ImmUnlockIMC(), ImmUnlockIMCC(), INT, InternalGetCandidateListAtoW(), InternalGetCandidateListWtoA(), NULL, and TestICF. Referenced by ImmGetCandidateListCountA(), and ImmGetCandidateListCountW().
|
|
Definition at line 994 of file ctxtinfo.c. References DWORD, FALSE, and ImmGetCandidateListWorker().
|
|
Definition at line 1014 of file ctxtinfo.c. References CImcCodePage, DWORD, IMCF_UNICODE, ImmLockClientImc(), ImmLockIMC(), ImmLockIMCC(), ImmUnlockClientImc(), ImmUnlockIMC(), ImmUnlockIMCC(), InternalGetCandidateListAtoW(), InternalGetCandidateListWtoA(), NULL, and TestICF. Referenced by ImmGetCandidateListA(), and ImmGetCandidateListW().
|
|
Definition at line 2240 of file ctxtinfo.c. References BOOL, FALSE, ImmLockIMC(), ImmUnlockIMC(), and TRUE.
|
|
Definition at line 1583 of file ctxtinfo.c. References BOOL, FALSE, IMCF_UNICODE, ImmGetCompositionFontW(), ImmLockClientImc(), ImmLockIMC(), ImmUnlockClientImc(), ImmUnlockIMC(), LFontWtoLFontA(), NULL, TestICF, and TRUE. Referenced by _InitializeImmEntryTable(), and ImmGetCompositionFontW().
|
|
Definition at line 1643 of file ctxtinfo.c. References BOOL, FALSE, IMCF_UNICODE, ImmGetCompositionFontA(), ImmLockClientImc(), ImmLockIMC(), ImmUnlockClientImc(), ImmUnlockIMC(), LFontAtoLFontW(), NULL, TestICF, and TRUE. Referenced by _InitializeImmEntryTable(), and ImmGetCompositionFontA().
|
|
Definition at line 36 of file ctxtinfo.c. References BOOL, CImcCodePage, DWORD, IMCF_UNICODE, ImmLockClientImc(), ImmLockIMC(), ImmLockIMCC(), ImmUnlockClientImc(), ImmUnlockIMC(), ImmUnlockIMCC(), InternalGetCompositionStringA(), NULL, and TestICF. Referenced by _InitializeImmEntryTable(), ImmRequestMessageWorker(), InternalSCS_CHANGEATTR(), InternalSCS_CHANGECLAUSE(), and TransGetOpenJ().
|
|
Definition at line 99 of file ctxtinfo.c. References BOOL, CImcCodePage, DWORD, IMCF_UNICODE, ImmLockClientImc(), ImmLockIMC(), ImmLockIMCC(), ImmUnlockClientImc(), ImmUnlockIMC(), ImmUnlockIMCC(), InternalGetCompositionStringW(), NULL, and TestICF. Referenced by _InitializeImmEntryTable(), ImmRequestMessageWorker(), InternalSCS_CHANGEATTR(), InternalSCS_CHANGECLAUSE(), and TransGetOpenJ().
|
|
Definition at line 2160 of file ctxtinfo.c. References BOOL, FALSE, ImmLockIMC(), ImmUnlockIMC(), and TRUE. Referenced by _InitializeImmEntryTable().
|
|
Definition at line 1841 of file ctxtinfo.c. References DWORD, FindOrLoadImeDpi(), IMECodePage, tagIMEDPI::_tagImeFunctions::ImeConversionList, tagIMEDPI::ImeInfo, ImmGetConversionListW(), ImmLocalAlloc(), ImmLocalFree, ImmUnlockImeDpi(), INT, InternalGetCandidateListWtoA(), NULL, tagIMEDPI::pfn, and strlen(). Referenced by ImmGetConversionListW(), and TransConvertList().
|
|
Definition at line 1964 of file ctxtinfo.c. References BOOL, DWORD, FindOrLoadImeDpi(), IMECodePage, tagIMEDPI::_tagImeFunctions::ImeConversionList, tagIMEDPI::ImeInfo, ImmGetConversionListA(), ImmLocalAlloc(), ImmLocalFree, ImmUnlockImeDpi(), INT, InternalGetCandidateListAtoW(), NULL, and tagIMEDPI::pfn. Referenced by ImmGetConversionListA().
|
|
Definition at line 1368 of file ctxtinfo.c. References BOOL, FALSE, ImmLockIMC(), ImmUnlockIMC(), NULL, and TRUE. Referenced by _InitializeImmEntryTable(), GetNLSMode(), ImeUIOpenStatusWindow(), ImeUISetConversionMode(), ImeUISetOpenStatus(), TransGetConversionMode(), TransGetMode(), TransSetConversionMode(), TransSetMode(), and TransVKDBEMode().
|
|
Definition at line 1133 of file ctxtinfo.c. References DWORD, ImmGetGuideLineWorker(), and TRUE.
|
|
Definition at line 1153 of file ctxtinfo.c. References DWORD, FALSE, and ImmGetGuideLineWorker().
|
|
Definition at line 1173 of file ctxtinfo.c. References BOOL, CImcCodePage, DWORD, IMCF_UNICODE, ImmLockClientImc(), ImmLockIMC(), ImmLockIMCC(), ImmUnlockClientImc(), ImmUnlockIMC(), ImmUnlockIMCC(), INT, InternalGetCandidateListAtoW(), InternalGetCandidateListWtoA(), NULL, and TestICF. Referenced by ImmGetGuideLineA(), and ImmGetGuideLineW().
|
|
Definition at line 1494 of file ctxtinfo.c. References BOOL, FALSE, ImmLockIMC(), ImmUnlockIMC(), and NULL_HIMC. Referenced by _InitializeImmEntryTable(), GetOpenStatusByCodepage(), JCloseOpen(), TransGetOpenJ(), and TransSetOpenJ().
|
|
Definition at line 3207 of file ctxtinfo.c. References DWORD, and FROM_IME. Referenced by ImmRequestMessageWorker().
|
|
Definition at line 2090 of file ctxtinfo.c. References BOOL, FALSE, ImmLockIMC(), ImmUnlockIMC(), and TRUE.
|
|
Definition at line 3224 of file ctxtinfo.c. References CalcCharacterPositionAtoW(), CalcCharacterPositionWtoA(), CHAR, DBCS_CHARSIZE, DWORD, INT, L, and NULL. Referenced by ImmRequestMessageWorker(), and InternalSCS_RECONVERTSTRING().
|
|
Definition at line 3621 of file ctxtinfo.c. References ImmRequestMessageAorW(), and TRUE.
|
|
Definition at line 3586 of file ctxtinfo.c. References DWORD, GetInputContextThread, GETPTI, ImmLockIMC(), ImmRequestMessageWorker(), ImmUnlockIMC(), L, NULL, PtiCurrent, and ValidateHwnd. Referenced by ImmRequestMessageA(), and ImmRequestMessageW().
|
|
Definition at line 3626 of file ctxtinfo.c. References FALSE, and ImmRequestMessageAorW().
|
|
Definition at line 3349 of file ctxtinfo.c. References CalcCharacterPositionAtoW(), CalcCharacterPositionWtoA(), CHAR, CImcCodePage, DWORD, FROM_APP, FROM_IME, HW, ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmGetReconvertTotalSize(), ImmLocalAlloc(), ImmLocalFree, ImmLockClientImc(), ImmReconversionWorker(), ImmUnlockClientImc(), L, LFontAtoLFontW(), LFontWtoLFontA(), lpIMEPOS, LPVOID, NULL, SEND_MESSAGE, TestWF, and WFANSIPROC. Referenced by ImmRequestMessageAorW().
|
|
Definition at line 2266 of file ctxtinfo.c. References BOOL, FALSE, GetInputContextThread, hWnd, ImmLockIMC(), ImmUnlockIMC(), L, MakeIMENotify(), and TRUE. Referenced by _InitializeImmEntryTable(), and MySetCandidateWindow().
|
|
Definition at line 1694 of file ctxtinfo.c. References BOOL, FALSE, GetClientInfo, GetInputContextThread, hWnd, IMCF_UNICODE, ImmLockClientImc(), ImmLockIMC(), ImmSetCompositionFontW(), ImmUnlockClientImc(), ImmUnlockIMC(), L, LFontAtoLFontW(), MakeIMENotify(), NULL, TestICF, TRUE, and VER40. Referenced by _InitializeImmEntryTable(), and ImmSetCompositionFontW().
|
|
Definition at line 1764 of file ctxtinfo.c. References BOOL, FALSE, GetClientInfo, GetInputContextThread, hWnd, IMCF_UNICODE, ImmLockClientImc(), ImmLockIMC(), ImmSetCompositionFontA(), ImmUnlockClientImc(), ImmUnlockIMC(), L, LFontWtoLFontA(), MakeIMENotify(), NULL, TestICF, TRUE, and VER40. Referenced by _InitializeImmEntryTable(), and ImmSetCompositionFontA().
|
|
Definition at line 162 of file ctxtinfo.c. References BOOL, ImmSetCompositionStringWorker(), and TRUE. Referenced by _InitializeImmEntryTable().
|
|
Definition at line 184 of file ctxtinfo.c. References BOOL, FALSE, and ImmSetCompositionStringWorker(). Referenced by _InitializeImmEntryTable().
|
|
Definition at line 610 of file ctxtinfo.c. References BOOL, CheckAttribute(), CheckClause(), CompositionString(), DWORD, FALSE, GetInputContextThread, GetKeyboardLayout(), IMECodePage, tagIMEDPI::ImeInfo, tagIMEDPI::_tagImeFunctions::ImeSetCompositionString, ImmLocalFree, ImmLockImeDpi(), ImmUnlockIMC(), ImmUnlockIMCC(), ImmUnlockImeDpi(), InternalSCS_CHANGEATTR(), InternalSCS_CHANGECLAUSE(), InternalSCS_RECONVERTSTRING(), InternalSCS_SETSTR(), NULL, tagIMEDPI::pfn, and TRUE. Referenced by ImmSetCompositionStringA(), and ImmSetCompositionStringW().
|
|
Definition at line 2185 of file ctxtinfo.c. References BOOL, FALSE, GetInputContextThread, hWnd, ImmLockIMC(), ImmUnlockIMC(), L, MakeIMENotify(), and TRUE. Referenced by _InitializeImmEntryTable(), and MySetCompWindow().
|
|
Definition at line 1402 of file ctxtinfo.c. References BOOL, DWORD, FALSE, GetInputContextThread, hWnd, ImmLockIMC(), ImmUnlockIMC(), L, MakeIMENotify(), NtUserNotifyIMEStatus(), NULL, and TRUE. Referenced by _InitializeImmEntryTable(), CSymbolToggle(), KEnglishHangul(), KHanjaConvert(), KShapeToggle(), SetNLSMode(), TransSetConversionMode(), TransSetMode(), TransVKDBEMode(), and TShapeToggle().
|
|
Definition at line 1525 of file ctxtinfo.c. References BOOL, DWORD, FALSE, GetInputContextThread, hWnd, ImmLockIMC(), ImmUnlockIMC(), L, MakeIMENotify(), NtUserNotifyIMEStatus(), and TRUE. Referenced by _InitializeImmEntryTable(), CIMENonIMEToggle(), CSymbolToggle(), ImeOpenClose(), JCloseOpen(), KEnglishHangul(), KShapeToggle(), SetNLSMode(), TransSetOpenJ(), and TShapeToggle().
|
|
Definition at line 2115 of file ctxtinfo.c. References BOOL, FALSE, GetInputContextThread, hWnd, ImmLockIMC(), ImmUnlockIMC(), L, MakeIMENotify(), and TRUE. Referenced by _InitializeImmEntryTable().
|
|
Definition at line 2885 of file ctxtinfo.c. References DWORD, DWORD_ALIGN, INT, and NULL. Referenced by ImmGetCandidateListCountWorker(), ImmGetCandidateListWorker(), ImmGetConversionListW(), and ImmGetGuideLineWorker().
|
|
Definition at line 2962 of file ctxtinfo.c. References BOOL, CHAR, DWORD, DWORD_ALIGN, INT, and NULL. Referenced by ImmGetCandidateListCountWorker(), ImmGetCandidateListWorker(), ImmGetConversionListA(), and ImmGetGuideLineWorker().
|
|
Definition at line 2339 of file ctxtinfo.c. References BOOL, c, CalcCharacterPositionWtoA(), CHAR, DWORD, GetCompInfoA, ImmLocalAlloc(), ImmLocalFree, InternalGetCompositionStringA(), InternalGetCompositionStringW(), NULL, PBYTE, and UINT.
|
|
Definition at line 2619 of file ctxtinfo.c. References CalcCharacterPositionAtoW(), CHAR, DWORD, GetCompInfoA, GetCompInfoW, ImmLocalAlloc(), ImmLocalFree, INT, InternalGetCompositionStringA(), InternalGetCompositionStringW(), L, NULL, PBYTE, strlen(), UINT, and UnicodeToMultiByteSize().
|
|
Definition at line 388 of file ctxtinfo.c. References c, CHAR, DWORD, ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmLocalAlloc(), ImmLocalFree, L, NULL, PBYTE, and UnicodeToMultiByteSize(). Referenced by ImmSetCompositionStringWorker().
|
|
Definition at line 493 of file ctxtinfo.c. References CalcCharacterPositionAtoW(), CalcCharacterPositionWtoA(), DWORD, ImmGetCompositionStringA(), ImmGetCompositionStringW(), ImmLocalAlloc(), ImmLocalFree, INT, and NULL. Referenced by ImmSetCompositionStringWorker().
|
|
Definition at line 559 of file ctxtinfo.c. References BYTE, DWORD, ImmLocalAlloc(), ImmLocalFree, ImmReconversionWorker(), and NULL. Referenced by ImmSetCompositionStringWorker().
|
|
Definition at line 324 of file ctxtinfo.c. References BOOL, CHAR, DWORD, ImmLocalAlloc(), INT, and NULL. Referenced by ImmSetCompositionStringWorker().
|
|
Definition at line 3113 of file ctxtinfo.c. References INT, L, strlen(), and VOID(). Referenced by ImmGetCompositionFontW(), ImmRequestMessageWorker(), ImmSetCompositionFontA(), MySetCompFont(), and SelectInputContext().
|
|
Definition at line 3134 of file ctxtinfo.c. References BOOL, INT, NULL, and VOID(). Referenced by ImmGetCompositionFontA(), ImmRequestMessageWorker(), ImmSetCompositionFontW(), and SelectInputContext().
|
|
Definition at line 3158 of file ctxtinfo.c. References BOOL, DWORD, GetInputContextThread, GetKeyboardLayout(), hWnd, ImmLockImeDpi(), ImmUnlockImeDpi(), tagIMEDPI::_tagImeFunctions::NotifyIME, NULL, tagIMEDPI::pfn, SendMessage(), and TRUE. Referenced by ImmSetCandidateWindow(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), ImmSetCompositionWindow(), ImmSetConversionStatus(), ImmSetOpenStatus(), and ImmSetStatusWindowPos().
|
|
Definition at line 20 of file ctxtinfo.c. References dummy(), and FALSE. Referenced by CalcCharacterPositionWtoA(), InternalGetCompositionStringW(), and InternalSCS_CHANGEATTR().
|