|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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().
|
static |
Definition at line 218 of file compstr.c.
Referenced by ImmGetCompositionStringA().
|
static |
Definition at line 368 of file compstr.c.
Referenced by ImmGetCompositionStringW().
| BOOL Imm32OpenICAndCS | ( | HIMC | hIMC, |
| LPINPUTCONTEXT * | ppIC, | ||
| LPCOMPOSITIONSTRING * | ppCS | ||
| ) |
Definition at line 17 of file compstr.c.
Referenced by ImmSetCompositionStringAW().
| LONG WINAPI ImmGetCompositionStringA | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPVOID | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 860 of file compstr.c.
Referenced by ActiveIMMApp_GetCompositionStringA(), Imm32ProcessRequest(), RealDefWindowProcA(), test_ImmGetCompositionString(), test_ImmNotifyIME(), and test_InvalidIMC().
| LONG WINAPI ImmGetCompositionStringW | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPVOID | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 908 of file compstr.c.
Referenced by ActiveIMMApp_GetCompositionStringW(), EDIT_GetCompositionStr(), EDIT_GetResultStr(), EDIT_ImeComposition(), editor_handle_message(), Imm32ProcessRequest(), RealDefWindowProcW(), test_ime_wnd_proc(), and test_ImmGetCompositionString().
| BOOL WINAPI ImmSetCompositionStringA | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Inout_updates_bytes_opt_(dwCompLen) LPVOID | lpComp, | ||
| _In_ DWORD | dwCompLen, | ||
| _Inout_updates_bytes_opt_(dwReadLen) LPVOID | lpRead, | ||
| _In_ DWORD | dwReadLen | ||
| ) |
Definition at line 956 of file compstr.c.
Referenced by ActiveIMMApp_SetCompositionStringA(), and test_ImmNotifyIME().
|
static |
Definition at line 517 of file compstr.c.
Referenced by ImmSetCompositionStringA(), and ImmSetCompositionStringW().
| BOOL WINAPI ImmSetCompositionStringW | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Inout_updates_bytes_opt_(dwCompLen) LPVOID | lpComp, | ||
| _In_ DWORD | dwCompLen, | ||
| _Inout_updates_bytes_opt_(dwReadLen) LPVOID | lpRead, | ||
| _In_ DWORD | dwReadLen | ||
| ) |
Definition at line 973 of file compstr.c.
Referenced by ActiveIMMApp_SetCompositionStringW(), test_ImmGetCompositionString(), and test_ImmSetCompositionString().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |