ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | CS_StrA(pCS, Name) ((LPCSTR)(pCS) + (pCS)->dw##Name##Offset) |
#define | CS_StrW(pCS, Name) ((LPCWSTR)CS_StrA(pCS, Name)) |
#define | CS_Attr(pCS, Name) ((const BYTE *)CS_StrA(pCS, Name)) |
#define | CS_Clause(pCS, Name) ((const DWORD *)CS_StrA(pCS, Name)) |
#define | CS_Size(pCS, Name) ((pCS)->dw##Name##Len) |
#define | CS_SizeA(pCS, Name) (CS_Size(pCS, Name) * sizeof(CHAR)) |
#define | CS_SizeW(pCS, Name) (CS_Size(pCS, Name) * sizeof(WCHAR)) |
#define | CS_DoStr(pCS, Name, AorW) |
#define | CS_DoStrA(pCS, Name) CS_DoStr(pCS, Name, A) |
#define | CS_DoStrW(pCS, Name) CS_DoStr(pCS, Name, W) |
#define | CS_DoAttr CS_DoStrA |
#define | CS_DoClause CS_DoStrA |
|
static |
Definition at line 98 of file compstr.c.
Referenced by Imm32GetCompStrW(), and ImmSetCompositionStringAW().
|
static |
Definition at line 62 of file compstr.c.
Referenced by Imm32GetCompStrA(), and ImmSetCompositionStringAW().
|
static |
Definition at line 133 of file compstr.c.
Referenced by Imm32GetCompStrW(), and ImmSetCompositionStringAW().
|
static |
Definition at line 164 of file compstr.c.
Referenced by Imm32GetCompStrA(), and ImmSetCompositionStringAW().
|
inlinestatic |
Definition at line 42 of file compstr.c.
Referenced by Imm32GetCompStrW(), and ImmSetCompositionStringAW().
|
inlinestatic |
Definition at line 52 of file compstr.c.
Referenced by Imm32GetCompStrA(), and ImmSetCompositionStringAW().
LONG APIENTRY Imm32GetCompStrA | ( | HIMC | hIMC, |
const COMPOSITIONSTRING * | pCS, | ||
DWORD | dwIndex, | ||
LPVOID | lpBuf, | ||
DWORD | dwBufLen, | ||
BOOL | bAnsiClient, | ||
UINT | uCodePage | ||
) |
Definition at line 219 of file compstr.c.
Referenced by ImmGetCompositionStringA().
LONG APIENTRY Imm32GetCompStrW | ( | HIMC | hIMC, |
const COMPOSITIONSTRING * | pCS, | ||
DWORD | dwIndex, | ||
LPVOID | lpBuf, | ||
DWORD | dwBufLen, | ||
BOOL | bAnsiClient, | ||
UINT | uCodePage | ||
) |
Definition at line 370 of file compstr.c.
Referenced by ImmGetCompositionStringW().
BOOL APIENTRY Imm32OpenICAndCS | ( | HIMC | hIMC, |
LPINPUTCONTEXT * | ppIC, | ||
LPCOMPOSITIONSTRING * | ppCS | ||
) |
Definition at line 17 of file compstr.c.
Referenced by ImmSetCompositionStringAW().
Definition at line 856 of file compstr.c.
Referenced by ActiveIMMApp_GetCompositionStringA(), Imm32ProcessRequest(), RealDefWindowProcA(), test_ImmGetCompositionString(), test_ImmNotifyIME(), and test_InvalidIMC().
Definition at line 899 of file compstr.c.
Referenced by ActiveIMMApp_GetCompositionStringW(), EDIT_GetCompositionStr(), EDIT_GetResultStr(), EDIT_ImeComposition(), Imm32ProcessRequest(), ME_HandleMessage(), RealDefWindowProcW(), test_ime_wnd_proc(), and test_ImmGetCompositionString().
BOOL WINAPI ImmSetCompositionStringA | ( | HIMC | hIMC, |
DWORD | dwIndex, | ||
LPVOID | lpComp, | ||
DWORD | dwCompLen, | ||
LPVOID | lpRead, | ||
DWORD | dwReadLen | ||
) |
Definition at line 943 of file compstr.c.
Referenced by ActiveIMMApp_SetCompositionStringA(), and test_ImmNotifyIME().
BOOL APIENTRY ImmSetCompositionStringAW | ( | HIMC | hIMC, |
DWORD | dwIndex, | ||
LPVOID | pComp, | ||
DWORD | dwCompLen, | ||
LPVOID | pRead, | ||
DWORD | dwReadLen, | ||
BOOL | bAnsiAPI | ||
) |
Definition at line 520 of file compstr.c.
Referenced by ImmSetCompositionStringA(), and ImmSetCompositionStringW().
BOOL WINAPI ImmSetCompositionStringW | ( | HIMC | hIMC, |
DWORD | dwIndex, | ||
LPVOID | lpComp, | ||
DWORD | dwCompLen, | ||
LPVOID | lpRead, | ||
DWORD | dwReadLen | ||
) |
Definition at line 955 of file compstr.c.
Referenced by ActiveIMMApp_SetCompositionStringW(), test_ImmGetCompositionString(), and test_ImmSetCompositionString().
WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |