|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (imm) | |
| static DWORD | ImmGetGuideLineAW (_In_ HIMC hIMC, _In_ DWORD dwIndex, _Out_writes_bytes_opt_(dwBufLen) LPVOID lpBuf, _In_ DWORD dwBufLen, _In_ BOOL bAnsi) |
| DWORD WINAPI | ImmGetGuideLineA (_In_ HIMC hIMC, _In_ DWORD dwIndex, _Out_writes_bytes_opt_(dwBufLen) LPSTR lpBuf, _In_ DWORD dwBufLen) |
| DWORD WINAPI | ImmGetGuideLineW (_In_ HIMC hIMC, _In_ DWORD dwIndex, _Out_writes_bytes_opt_(dwBufLen) LPWSTR lpBuf, _In_ DWORD dwBufLen) |
| DWORD WINAPI ImmGetGuideLineA | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPSTR | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 195 of file guideline.c.
Referenced by ActiveIMMApp_GetGuideLineA().
|
static |
Definition at line 13 of file guideline.c.
Referenced by ImmGetGuideLineA(), and ImmGetGuideLineW().
| DWORD WINAPI ImmGetGuideLineW | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPWSTR | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 209 of file guideline.c.
Referenced by ActiveIMMApp_GetGuideLineW(), and ConIme_OnNotifyGuideLine().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |