ReactOS 0.4.16-dev-1505-g12fa72a
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | INITIAL_COUNT 0x40 |
#define | MAX_RETRY 10 |
Variables | |
HANDLE | ghImmHeap = NULL |
#define INITIAL_COUNT 0x40 |
#define MAX_RETRY 10 |
Definition at line 188 of file utils.c.
Referenced by CallNextHookEx(), GetAncestor(), GetClassLongA(), GetClassLongW(), GetClassWord(), GetLastActivePopup(), GetMenuItemInfo_common(), GetMenuState(), GetMenuStringA(), GetMenuStringW(), GetParent(), GetSubMenu(), GetThreadDesktopWnd(), GetWindow(), GetWindowInfo(), IntCallMessageProc(), IntFindChildWindowToOwner(), IntGetMenuDefaultItem(), IntGetSBData(), IntGetWndProc(), IntScrollGetScrollBarRect(), IsChild(), IsWindowVisible(), MENU_FindItem(), RealDefWindowProcA(), RealDefWindowProcW(), User32DefWindowProc(), ValidateHandle(), and ValidateHandleNoErr().
Definition at line 140 of file utils.c.
Referenced by Imm32GetCompStrA(), Imm32ProcessRequest(), and Imm32ReconvertAnsiFromWide().
Definition at line 120 of file utils.c.
Referenced by Imm32GetCompStrW(), Imm32ProcessRequest(), and Imm32ReconvertWideFromAnsi().
Definition at line 107 of file utils.c.
Referenced by Imm32EnumWordProcW2A(), ImmConfigureIMEW(), ImmEnumRegisterWordW(), ImmGetConversionListW(), ImmRegisterWordW(), and ImmUnregisterWordW().
Definition at line 338 of file utils.c.
Referenced by ImmEnumInputContext().
Definition at line 252 of file utils.c.
Referenced by ImmLockClientImc().
PTHREADINFO FASTCALL Imm32CurrentPti | ( | VOID | ) |
Definition at line 18 of file utils.c.
Referenced by Imm32CheckImcProcess(), Imm32DestroyInputContext(), and ImmRequestMessageAW().
PIME_STATE Imm32FetchImeState | ( | LPINPUTCONTEXTDX | pIC, |
HKL | hKL | ||
) |
Definition at line 378 of file utils.c.
Referenced by Imm32SelectInputContext().
PIME_SUBSTATE Imm32FetchImeSubState | ( | PIME_STATE | pState, |
HKL | hKL | ||
) |
Definition at line 401 of file utils.c.
Referenced by Imm32LoadImeStateSentence(), and Imm32SaveImeStateSentence().
Definition at line 152 of file utils.c.
Referenced by Imm32CopyImeFile(), Imm32GetFn(), Imm32LoadCtfIme(), Imm32LoadIME(), Imm32LoadImeVerInfo(), and ImmInstallIMEW().
Definition at line 25 of file utils.c.
Referenced by ImmSetCompositionWindow().
Definition at line 85 of file utils.c.
Referenced by ImmGetImeMenuItemsAW().
Definition at line 72 of file utils.c.
Referenced by ImmIMPGetIMEA(), ImmIMPGetIMEW(), ImmIMPQueryIMEA(), ImmIMPQueryIMEW(), ImmIMPSetIMEA(), ImmIMPSetIMEW(), ImmWINNLSEnableIME(), and ImmWINNLSGetEnableStatus().
BOOL Imm32LoadImeStateSentence | ( | LPINPUTCONTEXTDX | pIC, |
PIME_STATE | pState, | ||
HKL | hKL | ||
) |
Definition at line 420 of file utils.c.
Referenced by Imm32SelectInputContext().
BOOL Imm32MakeIMENotify | ( | _In_ HIMC | hIMC, |
_In_ HWND | hwnd, | ||
_In_ DWORD | dwAction, | ||
_In_ DWORD | dwIndex, | ||
_Inout_opt_ DWORD_PTR | dwValue, | ||
_In_ DWORD | dwCommand, | ||
_Inout_opt_ DWORD_PTR | dwData | ||
) |
Definition at line 287 of file utils.c.
Referenced by ImmSetCandidateWindow(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), ImmSetCompositionWindow(), ImmSetConversionStatus(), ImmSetOpenStatus(), and ImmSetStatusWindowPos().
DWORD Imm32ReconvertAnsiFromWide | ( | LPRECONVERTSTRING | pDest, |
const RECONVERTSTRING * | pSrc, | ||
UINT | uCodePage | ||
) |
Definition at line 514 of file utils.c.
Referenced by Imm32ProcessRequest(), and ImmSetCompositionStringAW().
DWORD Imm32ReconvertWideFromAnsi | ( | LPRECONVERTSTRING | pDest, |
const RECONVERTSTRING * | pSrc, | ||
UINT | uCodePage | ||
) |
Definition at line 451 of file utils.c.
Referenced by Imm32ProcessRequest(), and ImmSetCompositionStringAW().
BOOL Imm32SaveImeStateSentence | ( | LPINPUTCONTEXTDX | pIC, |
PIME_STATE | pState, | ||
HKL | hKL | ||
) |
Definition at line 431 of file utils.c.
Referenced by Imm32SelectInputContext().
Definition at line 40 of file utils.c.
Referenced by Imm32GetImeLayoutList(), and Imm32UnitTest().
HRESULT Imm32UIntToStr | ( | _In_ DWORD | dwValue, |
_In_ ULONG | nBase, | ||
_Out_ PWSTR | pszBuff, | ||
_In_ USHORT | cchBuff | ||
) |
Definition at line 56 of file utils.c.
Referenced by Imm32UnitTest(), and Imm32WriteImeLayout().
Definition at line 96 of file utils.c.
Referenced by Imm32EnumWordProcA2W(), ImmConfigureIMEA(), ImmEnumRegisterWordA(), ImmGetConversionListA(), ImmInstallIMEA(), ImmRegisterWordA(), and ImmUnregisterWordA().
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 593 of file utils.c.
Referenced by CicIMCLock::ClearCand(), CicBridge::DestroyInputContext(), Imm32CreateInputContext(), Imm32DestroyInputContext(), Imm32SelectInputContext(), START_TEST(), test_ImmDestroyIMCC(), and test_ImmGetIMCCLockCount().
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().
Definition at line 275 of file utils.c.
Referenced by CtfImmGenerateMessage(), CtfImmSetLangBand(), Imm32AllocateTLS(), Imm32AllocIMMISPY(), Imm32AnsiFromWide(), Imm32BuildHimcList(), Imm32FetchImeState(), Imm32FetchImeSubState(), Imm32LoadImeDpi(), Imm32LoadImeVerInfo(), Imm32ProcessRequest(), Imm32WideFromAnsi(), ImmCreateContext(), ImmFreeLayout(), ImmGenerateMessage(), ImmGetConversionListA(), ImmGetConversionListW(), ImmGetImeMenuItemsAW(), ImmGetRegisterWordStyleA(), ImmGetRegisterWordStyleW(), ImmIMPQueryIMEW(), ImmIMPSetIMEW(), ImmInstallIMEW(), ImmLockClientImc(), ImmPostMessages(), ImmSetCompositionStringAW(), and ImmTranslateMessage().
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 635 of file utils.c.
Referenced by CicIMCLock::ClearCand(), Imm32SelectInputContext(), and test_ImmMessages().
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().
VOID LogFontAnsiToWide | ( | const LOGFONTA * | plfA, |
LPLOGFONTW | plfW | ||
) |
Definition at line 164 of file utils.c.
Referenced by Imm32ProcessRequest(), Imm32SelectInputContext(), ImmGetCompositionFontW(), and ImmSetCompositionFontA().
VOID LogFontWideToAnsi | ( | const LOGFONTW * | plfW, |
LPLOGFONTA | plfA | ||
) |
Definition at line 176 of file utils.c.
Referenced by Imm32ProcessRequest(), Imm32SelectInputContext(), ImmGetCompositionFontA(), and ImmSetCompositionFontW().
Definition at line 239 of file utils.c.
Definition at line 201 of file utils.c.
Referenced by ValidateHandle().
WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |
Definition at line 16 of file utils.c.
Referenced by ImmLocalAlloc().