|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdlib.h>#include <windows.h>#include <imm.h>#include <immdev.h>#include <imm32_undoc.h>#include <cguid.h>#include <tchar.h>#include <msctf.h>#include <msctf_undoc.h>#include <ctffunc.h>#include <shlwapi.h>#include <strsafe.h>#include <cicbase.h>#include <cicarray.h>#include <cicimc.h>#include <cictf.h>#include <cicreg.h>#include <ciccaret.h>#include <cicuif.h>#include <cicutb.h>#include <wine/debug.h>#include "resource.h"#include "bridge.h"#include "inputcontext.h"#include "misc.h"#include "profile.h"#include "sinks.h"#include "tls.h"#include "ui.h"

Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | COBJMACROS |
| #define | INITGUID |
| #define | GUID_MODEBIAS_NONE GUID_NULL |
Typedefs | |
| typedef CicArray< GUID > | CDispAttrPropCache |
Functions | |
| HRESULT | Inquire (_Out_ LPIMEINFO lpIMEInfo, _Out_ LPWSTR lpszWndClass, _In_ DWORD dwSystemInfoFlags, _In_ HKL hKL) |
| DEFINE_GUID (GUID_COMPARTMENT_CTFIME_DIMFLAGS, 0xA94C5FD2, 0xC471, 0x4031, 0x95, 0x46, 0x70, 0x9C, 0x17, 0x30, 0x0C, 0xB9) | |
| DEFINE_GUID (GUID_COMPARTMENT_CTFIME_CICINPUTCONTEXT, 0x85A688F7, 0x6DC8, 0x4F17, 0xA8, 0x3A, 0xB1, 0x1C, 0x09, 0xCD, 0xD7, 0xBF) | |
| DEFINE_GUID (GUID_MODEBIAS_FILENAME, 0xD7F707FE, 0x44C6, 0x4FCA, 0x8E, 0x76, 0x86, 0xAB, 0x50, 0xC7, 0x93, 0x1B) | |
| DEFINE_GUID (GUID_MODEBIAS_NUMERIC, 0x4021766C, 0xE872, 0x48FD, 0x9C, 0xEE, 0x4E, 0xC5, 0xC7, 0x5E, 0x16, 0xC3) | |
| DEFINE_GUID (GUID_MODEBIAS_URLHISTORY, 0x8B0E54D9, 0x63F2, 0x4C68, 0x84, 0xD4, 0x79, 0xAE, 0xE7, 0xA5, 0x9F, 0x09) | |
| DEFINE_GUID (GUID_MODEBIAS_DEFAULT, 0xF3DA8BD4, 0x0786, 0x49C2, 0x8C, 0x09, 0x68, 0x39, 0xD8, 0xB8, 0x4F, 0x58) | |
| DEFINE_GUID (GUID_PROP_MODEBIAS, 0x372E0716, 0x974F, 0x40AC, 0xA0, 0x88, 0x08, 0xCD, 0xC9, 0x2E, 0xBF, 0xBC) | |
Variables | |
| HINSTANCE | g_hInst |
| CRITICAL_SECTION | g_csLock |
| CDispAttrPropCache * | g_pPropCache |
| #define COBJMACROS |
Definition at line 13 of file msctfime.h.
Definition at line 59 of file msctfime.h.
| #define INITGUID |
Definition at line 14 of file msctfime.h.
| #define WIN32_NO_STATUS |
Definition at line 12 of file msctfime.h.
| typedef CicArray<GUID> CDispAttrPropCache |
Definition at line 42 of file msctfime.h.
| DEFINE_GUID | ( | GUID_COMPARTMENT_CTFIME_CICINPUTCONTEXT | , |
| 0x85A688F7 | , | ||
| 0x6DC8 | , | ||
| 0x4F17 | , | ||
| 0xA8 | , | ||
| 0x3A | , | ||
| 0xB1 | , | ||
| 0x1C | , | ||
| 0x09 | , | ||
| 0xCD | , | ||
| 0xD7 | , | ||
| 0xBF | |||
| ) |
| DEFINE_GUID | ( | GUID_COMPARTMENT_CTFIME_DIMFLAGS | , |
| 0xA94C5FD2 | , | ||
| 0xC471 | , | ||
| 0x4031 | , | ||
| 0x95 | , | ||
| 0x46 | , | ||
| 0x70 | , | ||
| 0x9C | , | ||
| 0x17 | , | ||
| 0x30 | , | ||
| 0x0C | , | ||
| 0xB9 | |||
| ) |
| DEFINE_GUID | ( | GUID_MODEBIAS_DEFAULT | , |
| 0xF3DA8BD4 | , | ||
| 0x0786 | , | ||
| 0x49C2 | , | ||
| 0x8C | , | ||
| 0x09 | , | ||
| 0x68 | , | ||
| 0x39 | , | ||
| 0xD8 | , | ||
| 0xB8 | , | ||
| 0x4F | , | ||
| 0x58 | |||
| ) |
| DEFINE_GUID | ( | GUID_MODEBIAS_FILENAME | , |
| 0xD7F707FE | , | ||
| 0x44C6 | , | ||
| 0x4FCA | , | ||
| 0x8E | , | ||
| 0x76 | , | ||
| 0x86 | , | ||
| 0xAB | , | ||
| 0x50 | , | ||
| 0xC7 | , | ||
| 0x93 | , | ||
| 0x1B | |||
| ) |
| DEFINE_GUID | ( | GUID_MODEBIAS_NUMERIC | , |
| 0x4021766C | , | ||
| 0xE872 | , | ||
| 0x48FD | , | ||
| 0x9C | , | ||
| 0xEE | , | ||
| 0x4E | , | ||
| 0xC5 | , | ||
| 0xC7 | , | ||
| 0x5E | , | ||
| 0x16 | , | ||
| 0xC3 | |||
| ) |
| DEFINE_GUID | ( | GUID_MODEBIAS_URLHISTORY | , |
| 0x8B0E54D9 | , | ||
| 0x63F2 | , | ||
| 0x4C68 | , | ||
| 0x84 | , | ||
| 0xD4 | , | ||
| 0x79 | , | ||
| 0xAE | , | ||
| 0xE7 | , | ||
| 0xA5 | , | ||
| 0x9F | , | ||
| 0x09 | |||
| ) |
| DEFINE_GUID | ( | GUID_PROP_MODEBIAS | , |
| 0x372E0716 | , | ||
| 0x974F | , | ||
| 0x40AC | , | ||
| 0xA0 | , | ||
| 0x88 | , | ||
| 0x08 | , | ||
| 0xCD | , | ||
| 0xC9 | , | ||
| 0x2E | , | ||
| 0xBF | , | ||
| 0xBC | |||
| ) |
| 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().
|
extern |
Definition at line 17 of file msctfime.cpp.
Referenced by InitDisplayAttrbuteLib(), ProcessAttach(), and ProcessDetach().
|
extern |
Definition at line 56 of file kbswitch.c.
Referenced by _tWinMain(), CUIFBalloonWindow::AddButton(), CLBarInatItem::CLBarInatItem(), CreateCheckButton(), UIComposition::CreateCompositionWindow(), CUTBContextMenu::CreateMenuUI(), CreatePushButton(), CreateStatic(), CLoaderWnd::CreateWnd(), CTrayIconWnd::CreateWnd(), CLoaderWnd::Init(), CCompButtonFrameWindow::Init(), CDefCompFrameWindow::Init(), InitApp(), CLBarInatItem::InitMenu(), CModalMenu::InsertItem(), KbSwitch_OnNotifyIconMsg(), KbSwitch_OnPenIconMsg(), ProcessAttach(), RegisterAndCreateWindow(), CTrayIconWnd::RegisterClass(), RegisterImeClass(), CTrayIconWnd::SetMainIcon(), STDMETHODIMP_(), UnregisterImeClass(), and WndProc().
|
extern |
Definition at line 18 of file msctfime.cpp.
Referenced by InitDisplayAttrbuteLib(), and TFUninitLib().