#include "precomp.h"
Go to the source code of this file.
Functions | |
void | GetCompositionStr (HWND hwnd, LPARAM CompFlag, WPARAM CompChar) |
void | GetCompStrJapan (HWND hwnd, PCONSOLE_TABLE ConTbl, LPARAM CompFlag) |
void | GetCompStrTaiwan (HWND hwnd, PCONSOLE_TABLE ConTbl, LPARAM CompFlag) |
void | GetCompStrPRC (HWND hwnd, PCONSOLE_TABLE ConTbl, LPARAM CompFlag) |
void | GetCompStrKorea (HWND hwnd, PCONSOLE_TABLE ConTbl, LPARAM CompFlag, WPARAM CompChar) |
VOID | ReDisplayCompositionStr (HWND hwnd) |
VOID | ReDisplayCompStrJapan (HWND hwnd, PCONSOLE_TABLE ConTbl) |
VOID | ReDisplayCompStrTaiwan (HWND hwnd, PCONSOLE_TABLE ConTbl) |
VOID | ReDisplayCompStrPRC (HWND hwnd, PCONSOLE_TABLE ConTbl) |
VOID | ReDisplayCompStrKorea (HWND hwnd, PCONSOLE_TABLE ConTbl) |
|
Definition at line 32 of file country3.c. References _CONSOLE_TABLE::ConsoleOutputCP, DBGPRINT, GetCompStrJapan(), GetCompStrKorea(), GetCompStrPRC(), GetCompStrTaiwan(), JAPAN_CODEPAGE, KOREA_CODEPAGE, LastConsole, NULL, PRC_CODEPAGE, SearchConsole(), and TAIWAN_CODEPAGE. Referenced by ImeUIComposition().
|
|
Definition at line 70 of file country3.c. References BYTE, CI_CONIMECOMPOSITION, _CONSOLE_TABLE::CompAttrColor, _CONIME_UICOMPMESSAGE::CompAttrColor, ConsoleImeSendMessage(), DBGPRINT, DisplayCompString(), DisplayResultString(), _CONIME_UICOMPMESSAGE::dwCompAttrLen, _CONIME_UICOMPMESSAGE::dwCompAttrOffset, _CONIME_UICOMPMESSAGE::dwCompStrLen, _CONIME_UICOMPMESSAGE::dwCompStrOffset, DWORD, _CONIME_UICOMPMESSAGE::dwResultStrLen, _CONIME_UICOMPMESSAGE::dwResultStrOffset, _CONIME_UICOMPMESSAGE::dwSize, FAR, _CONSOLE_TABLE::hWndCon, ImmGetContext(), ImmReleaseContext(), _CONSOLE_TABLE::lpCompStrMem, NULL, and UINT. Referenced by GetCompositionStr().
|
|
Definition at line 700 of file country3.c. References BYTE, CI_CONIMECOMPOSITION, _CONSOLE_TABLE::CompAttrColor, _CONIME_UICOMPMESSAGE::CompAttrColor, ConsoleImeSendMessage(), DBGPRINT, DisplayCompString(), DisplayResultString(), _CONIME_UICOMPMESSAGE::dwCompAttrLen, _CONIME_UICOMPMESSAGE::dwCompAttrOffset, _CONIME_UICOMPMESSAGE::dwCompStrLen, _CONIME_UICOMPMESSAGE::dwCompStrOffset, DWORD, _CONIME_UICOMPMESSAGE::dwResultStrLen, _CONIME_UICOMPMESSAGE::dwResultStrOffset, _CONIME_UICOMPMESSAGE::dwSize, FAR, _CONSOLE_TABLE::hWndCon, ImmGetContext(), ImmReleaseContext(), _CONSOLE_TABLE::lpCompStrMem, NULL, and UINT. Referenced by GetCompositionStr().
|
|
Definition at line 486 of file country3.c. References BYTE, CI_CONIMECOMPOSITION, CI_CONIMEMODEINFO, _CONSOLE_TABLE::CompAttrColor, _CONIME_UICOMPMESSAGE::CompAttrColor, CONIME_UIMODEINFO, ConsoleImeSendMessage(), DBGPRINT, _CONIME_UICOMPMESSAGE::dwCompAttrLen, _CONIME_UICOMPMESSAGE::dwCompAttrOffset, _CONIME_UICOMPMESSAGE::dwCompStrLen, _CONIME_UICOMPMESSAGE::dwCompStrOffset, DWORD, _CONIME_UICOMPMESSAGE::dwResultStrLen, _CONIME_UICOMPMESSAGE::dwResultStrOffset, _CONIME_UICOMPMESSAGE::dwSize, FAR, _CONSOLE_TABLE::hWndCon, ImmGetContext(), ImmReleaseContext(), _CONSOLE_TABLE::lpCompStrMem, MakeInfoStringPRC(), NULL, and UINT. Referenced by GetCompositionStr().
|
|
Definition at line 272 of file country3.c. References BYTE, CI_CONIMECOMPOSITION, CI_CONIMEMODEINFO, _CONSOLE_TABLE::CompAttrColor, _CONIME_UICOMPMESSAGE::CompAttrColor, CONIME_UIMODEINFO, ConsoleImeSendMessage(), DBGPRINT, _CONIME_UICOMPMESSAGE::dwCompAttrLen, _CONIME_UICOMPMESSAGE::dwCompAttrOffset, _CONIME_UICOMPMESSAGE::dwCompStrLen, _CONIME_UICOMPMESSAGE::dwCompStrOffset, DWORD, _CONIME_UICOMPMESSAGE::dwResultStrLen, _CONIME_UICOMPMESSAGE::dwResultStrOffset, _CONIME_UICOMPMESSAGE::dwSize, FAR, _CONSOLE_TABLE::hWndCon, ImmGetContext(), ImmReleaseContext(), _CONSOLE_TABLE::lpCompStrMem, MakeInfoStringTaiwan(), NULL, and UINT. Referenced by GetCompositionStr().
|
|
Definition at line 928 of file country3.c. References DBGPRINT, _CONSOLE_TABLE::fInComposition, HKL_TO_LANGID, _CONSOLE_TABLE::hklActive, LANG_ID_JAPAN, LANG_ID_KOREA, LANG_ID_PRC, LANG_ID_TAIWAN, LastConsole, NULL, ReDisplayCompStrJapan(), ReDisplayCompStrKorea(), ReDisplayCompStrPRC(), ReDisplayCompStrTaiwan(), and SearchConsole(). Referenced by ConsoleSetFocus().
|
|
Definition at line 964 of file country3.c. References CI_CONIMECOMPOSITION, ConsoleImeSendMessage(), _CONIME_UICOMPMESSAGE::dwSize, _CONSOLE_TABLE::hWndCon, and _CONSOLE_TABLE::lpCompStrMem. Referenced by ReDisplayCompositionStr().
|
|
Definition at line 1042 of file country3.c. References CI_CONIMECOMPOSITION, ConsoleImeSendMessage(), _CONIME_UICOMPMESSAGE::dwSize, _CONSOLE_TABLE::hWndCon, and _CONSOLE_TABLE::lpCompStrMem. Referenced by ReDisplayCompositionStr().
|
|
Definition at line 1013 of file country3.c. References CI_CONIMEMODEINFO, CONIME_UIMODEINFO, ConsoleImeSendMessage(), _CONSOLE_TABLE::hWndCon, MakeInfoStringPRC(), and NULL. Referenced by ReDisplayCompositionStr().
|
|
Definition at line 983 of file country3.c. References CI_CONIMEMODEINFO, CONIME_UIMODEINFO, ConsoleImeSendMessage(), _CONSOLE_TABLE::hWndCon, MakeInfoStringTaiwan(), and NULL. Referenced by ReDisplayCompositionStr().
|