ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <windows.h>
#include <shellapi.h>
#include <imm.h>
#include <imm32_undoc.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <msctf.h>
#include <strsafe.h>
#include <assert.h>
#include <cicreg.h>
#include <cicarray.h>
#include <wine/debug.h>
#include "mlng.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Variables | |
CRITICAL_SECTION | g_cs |
CicArray< MLNGINFO > * | g_pMlngInfo = NULL |
CStaticIconList | g_IconList |
static HKL | s_hCacheKL = NULL |
static DWORD | s_dwCacheKLID = 0 |
@implemented
Definition at line 514 of file mlng.cpp.
Referenced by TF_InitMlngInfo().
@implemented
Definition at line 559 of file mlng.cpp.
Referenced by TF_InitMlngInfo().
@implemented
Definition at line 224 of file mlng.cpp.
Referenced by CreateMlngInfo(), and InatAddIcon().
|
static |
@implemented
Definition at line 183 of file mlng.cpp.
Referenced by MLNGINFO::InitDesc(), and MLNGINFO::InitIcon().
@implemented
Definition at line 168 of file mlng.cpp.
Referenced by GetHKLDesctription().
@implemented
Definition at line 93 of file mlng.cpp.
Referenced by GetKbdLayoutNameFromReg().
@implemented
Definition at line 211 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
|
static |
@implemented
Definition at line 141 of file mlng.cpp.
Referenced by GetHKLDesctription(), and GetHKLName().
@implemented
Definition at line 233 of file mlng.cpp.
Referenced by InatCreateIcon().
@implemented
Definition at line 46 of file mlng.cpp.
Referenced by GetHKLSubstitute().
@implemented
Definition at line 252 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
@implemented
Definition at line 316 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
HICON InatCreateIconBySize | ( | _In_ LANGID | LangID, |
_In_ INT | nWidth, | ||
_In_ INT | nHeight, | ||
_In_ const LOGFONTW * | plf | ||
) |
@implemented
Definition at line 261 of file mlng.cpp.
Referenced by InatCreateIcon().
@implemented
Definition at line 334 of file mlng.cpp.
Referenced by MLNGINFO::InitIcon().
EXTERN_C BOOL WINAPI TF_GetMlngHKL | ( | _In_ INT | iKL, |
_Out_opt_ HKL * | phKL, | ||
_Out_opt_ LPWSTR | pszDesc, | ||
_In_ INT | cchDesc | ||
) |
Definition at line 664 of file mlng.cpp.
Referenced by GethKLDesc(), GetIconIndexFromhKL(), CLBarInatItem::InitMenu(), and CLBarInatItem::OnMenuSelect().
Definition at line 640 of file mlng.cpp.
Referenced by GetIconIndexFromhKL().
Definition at line 629 of file mlng.cpp.
Referenced by CLBarInatItem::GetIcon(), and CLBarInatItem::InitMenu().
Definition at line 614 of file mlng.cpp.
Referenced by CheckMlngInfo(), CLBarInatItem::CLBarInatItem(), GethKLDesc(), GetIconIndexFromhKL(), and CLBarInatItem::InitMenu().
@implemented
Definition at line 354 of file mlng.cpp.
Referenced by ProcessDetach().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msctf | ) |
|
extern |
Definition at line 39 of file utils.cpp.
Referenced by CStaticIconList::AddIcon(), CStaticIconList::ExtractIcon(), CStaticIconList::GetIconSize(), CStaticIconList::GetImageCount(), CStaticIconList::Init(), ProcessAttach(), ProcessDetach(), CStaticIconList::RemoveAll(), TF_GetMlngHKL(), TF_GetMlngIconIndex(), and TF_InitMlngInfo().
CStaticIconList g_IconList |
Definition at line 35 of file mlng.cpp.
Referenced by CStaticIconList::AddIcon(), EnsureIconImageList(), CStaticIconList::ExtractIcon(), CStaticIconList::GetImageCount(), InatAddIcon(), InatGetIconSize(), InatGetImageCount(), InatRemoveAll(), CStaticIconList::RemoveAll(), TF_InatExtractIcon(), and UninitINAT().
Definition at line 32 of file mlng.cpp.
Referenced by CheckMlngInfo(), CreateMlngInfo(), DestroyMlngInfo(), TF_GetMlngHKL(), TF_GetMlngIconIndex(), TF_MlngInfoCount(), and UninitINAT().
|
static |
Definition at line 39 of file mlng.cpp.
Referenced by GetSpecialKLID().
Definition at line 38 of file mlng.cpp.
Referenced by GetSpecialKLID().