ReactOS
0.4.15-dev-4873-gb671b1c
|
#include "precomp.h"
Go to the source code of this file.
DWORD APIENTRY CandidateListAnsiToWide | ( | const CANDIDATELIST * | pAnsiCL, |
LPCANDIDATELIST | pWideCL, | ||
DWORD | dwBufLen, | ||
UINT | uCodePage | ||
) |
Definition at line 84 of file candidate.c.
Referenced by ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetConversionListW(), and ImmGetGuideLineAW().
DWORD APIENTRY CandidateListWideToAnsi | ( | const CANDIDATELIST * | pWideCL, |
LPCANDIDATELIST | pAnsiCL, | ||
DWORD | dwBufLen, | ||
UINT | uCodePage | ||
) |
Definition at line 14 of file candidate.c.
Referenced by ImmGetCandidateListAW(), ImmGetCandidateListCountAW(), ImmGetConversionListA(), and ImmGetGuideLineAW().
DWORD WINAPI ImmGetCandidateListA | ( | HIMC | hIMC, |
DWORD | dwIndex, | ||
LPCANDIDATELIST | lpCandList, | ||
DWORD | dwBufLen | ||
) |
Definition at line 325 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateListA(), and test_InvalidIMC().
|
static |
Definition at line 153 of file candidate.c.
Referenced by ImmGetCandidateListA(), and ImmGetCandidateListW().
Definition at line 333 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateListCountA(), ActiveIMMApp_GetCandidateListCountW(), and test_InvalidIMC().
Definition at line 235 of file candidate.c.
Referenced by ImmGetCandidateListCountA(), and ImmGetCandidateListCountW().
Definition at line 341 of file candidate.c.
DWORD WINAPI ImmGetCandidateListW | ( | HIMC | hIMC, |
DWORD | dwIndex, | ||
LPCANDIDATELIST | lpCandList, | ||
DWORD | dwBufLen | ||
) |
Definition at line 350 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateListW().
BOOL WINAPI ImmGetCandidateWindow | ( | HIMC | hIMC, |
DWORD | dwIndex, | ||
LPCANDIDATEFORM | lpCandidate | ||
) |
Definition at line 359 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateWindow(), ImeWnd_OnImeSystem(), test_ImmThreads(), and test_InvalidIMC().
BOOL WINAPI ImmSetCandidateWindow | ( | HIMC | hIMC, |
LPCANDIDATEFORM | lpCandidate | ||
) |
Definition at line 385 of file candidate.c.
Referenced by ActiveIMMApp_SetCandidateWindow(), ImeWnd_OnImeControl(), ImeWnd_OnImeSystem(), ImmGetContextThreadFunc(), and test_ImmThreads().
WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |