#include "precomp.h"
Go to the source code of this file.
Functions | |
INT | Create (HWND hWnd) |
void | ImeUIStartComposition (HWND hwnd) |
void | ImeUIEndComposition (HWND hwnd) |
void | ImeUIComposition (HWND hwnd, WPARAM CompChar, LPARAM CompFlag) |
BOOL | ImeUINotify (HWND hwnd, WPARAM wParam, LPARAM lParam) |
BOOL | IsUnicodeFullWidth (IN WCHAR wch) |
BOOL | ImeUIOpenStatusWindow (HWND hwnd) |
BOOL | ImeUIChangeCandidate (HWND hwnd, DWORD lParam) |
BOOL | ImeUISetOpenStatus (HWND hwnd) |
BOOL | ImeUISetConversionMode (HWND hwnd) |
BOOL | ImeUIGuideLine (HWND hwnd) |
DWORD | GetNLSMode (HWND hWnd, HANDLE hConsole) |
BOOL | SetNLSMode (HWND hWnd, HANDLE hConsole, DWORD fdwConversion) |
BOOL | ConsoleCodepageChange (HWND hWnd, HANDLE hConsole, BOOL Output, WORD CodePage) |
BOOL | ImeSysPropertyWindow (HWND hWnd, WPARAM wParam, LPARAM lParam) |
|
Definition at line 720 of file consubs.c. References _CONSOLE_TABLE::ConsoleCP, _CONSOLE_TABLE::ConsoleOutputCP, DBGPRINT, FALSE, NULL, SearchConsole(), and TRUE. Referenced by WndProc().
|
|
Definition at line 23 of file consubs.c. References GetDC, GetSystemMetrics(), ghDefaultIMC, hWnd, ImmGetContext(), ReleaseDC(), and UINT. Referenced by CmpOpenRegKey(), ExCreateCallback(), IopAppendStringToValueKey(), IopOpenCurrentHwProfileDeviceInstanceKey(), IopOpenOrCreateDeviceInterfaceSubKeys(), IopOpenRegistryKey(), IopOpenRegistryKeyPersist(), and WndProc().
|
|
Definition at line 640 of file consubs.c. References DBGPRINT, _CONSOLE_TABLE::dwConversion, _CONSOLE_TABLE::dwSentence, _CONSOLE_TABLE::fOpen, GetOpenStatusByCodepage(), hWnd, IME_CMODE_DISABLE, IME_CMODE_OPEN, ImmGetContext(), ImmGetConversionStatus(), ImmReleaseContext(), NULL, and SearchConsole(). Referenced by WndProc().
|
|
Definition at line 747 of file consubs.c. References CI_CONIMEPROPERTYINFO, ConsoleImeSendMessage(), DBGPRINT, FALSE, hWnd, _CONSOLE_TABLE::hWndCon, LastConsole, NULL, SearchConsole(), and TRUE. Referenced by WndProc().
|
|
Definition at line 458 of file consubs.c. References FALSE, and ImeUIOpenCandidate(). Referenced by ImeUINotify().
|
|
Definition at line 160 of file consubs.c. References DBGPRINT, FIRSTCOL, GetCompositionStr(), MAXCOL, and UNICODE_SPACE. Referenced by WndProc().
|
|
Definition at line 108 of file consubs.c. References DBGPRINT, FALSE, _CONSOLE_TABLE::fInComposition, FIRSTCOL, LastConsole, _CONSOLE_TABLE::lpCompStrMem, MAXCOL, NULL, SearchConsole(), and UNICODE_SPACE. Referenced by WndProc().
|
|
Definition at line 576 of file consubs.c. References CI_CONIMESYSINFO, ConsoleImeSendMessage(), DBGPRINT, DWORD, FALSE, _CONSOLE_TABLE::hWndCon, ImmGetContext(), ImmReleaseContext(), Index, LastConsole, NULL, SearchConsole(), _CONIME_UIMESSAGE::String, and TRUE. Referenced by ImeUINotify().
|
|
Definition at line 261 of file consubs.c. References BOOL, DWORD, FALSE, ImeUIChangeCandidate(), ImeUICloseCandidate(), ImeUIGuideLine(), ImeUIOpenCandidate(), ImeUIOpenStatusWindow(), ImeUISetConversionMode(), ImeUISetOpenStatus(), and TRUE. Referenced by WndProc().
|
|
Definition at line 406 of file consubs.c. References CI_CONIMEMODEINFO, CONIME_UIMODEINFO, ConsoleImeSendMessage(), DBGPRINT, _CONSOLE_TABLE::dwConversion, _CONSOLE_TABLE::dwSentence, FALSE, _CONSOLE_TABLE::hWndCon, ImeUIMakeInfoString(), ImmGetContext(), ImmGetConversionStatus(), ImmReleaseContext(), LastConsole, NULL, SearchConsole(), and TRUE. Referenced by ConImeInputLangchange(), ImeUINotify(), and InputLangchange().
|
|
Definition at line 522 of file consubs.c. References CI_CONIMEMODEINFO, CONIME_UIMODEINFO, ConsoleImeSendMessage(), DBGPRINT, _CONSOLE_TABLE::dwConversion, DWORD, _CONSOLE_TABLE::dwSentence, FALSE, _CONSOLE_TABLE::hWndCon, ImeUIMakeInfoString(), ImmGetContext(), ImmGetConversionStatus(), ImmReleaseContext(), LastConsole, NULL, SearchConsole(), and TRUE. Referenced by ImeUINotify(), and WndProc().
|
|
Definition at line 468 of file consubs.c. References CI_CONIMEMODEINFO, CONIME_UIMODEINFO, ConsoleImeSendMessage(), DBGPRINT, _CONSOLE_TABLE::dwConversion, _CONSOLE_TABLE::dwSentence, FALSE, _CONSOLE_TABLE::fOpen, GetOpenStatusByCodepage(), _CONSOLE_TABLE::hWndCon, ImeUIMakeInfoString(), ImmGetContext(), ImmGetConversionStatus(), ImmReleaseContext(), LastConsole, NULL, _CONSOLE_TABLE::ScreenBufferSize, SearchConsole(), and TRUE. Referenced by ConsoleSetFocus(), ImeUINotify(), and InsertNewConsole().
|
|
Definition at line 67 of file consubs.c. References DBGPRINT, _CONSOLE_TABLE::fInComposition, FIRSTCOL, LastConsole, MAXCOL, NULL, SearchConsole(), TRUE, and UNICODE_SPACE. Referenced by WndProc().
|
|
Definition at line 312 of file consubs.c. References ASSERT, BOOL, FALSE, INT, RtlUnicodeToMultiByteSize(), and TRUE. Referenced by DispLenStructedUnicode(), DispLenUnicode(), GetSystemLineJ(), GetSystemLineP(), GetSystemLineT(), IncludeCandidateP(), MakeStatusStrPRC1(), MakeStatusStrPRC2(), MakeStatusStrTaiwan1(), MakeStatusStrTaiwan2(), and WndProc().
|
|
Definition at line 670 of file consubs.c. References DBGPRINT, _CONSOLE_TABLE::dwConversion, _CONSOLE_TABLE::dwSentence, FALSE, _CONSOLE_TABLE::fOpen, _CONSOLE_TABLE::hIMC_Current, _CONSOLE_TABLE::hIMC_Original, hWnd, IME_CMODE_DISABLE, IME_CMODE_OPEN, ImmAssociateContext(), ImmGetContext(), ImmReleaseContext(), ImmSetActiveContextConsoleIME(), ImmSetConversionStatus(), ImmSetOpenStatus(), NULL, SearchConsole(), and TRUE. Referenced by ConImeInputLangchange(), and WndProc().
|