ReactOS 0.4.16-dev-338-g34e76ad
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (imm) | |
DWORD APIENTRY | ImmGetGuideLineAW (HIMC hIMC, DWORD dwIndex, LPVOID lpBuf, DWORD dwBufLen, BOOL bAnsi) |
DWORD WINAPI | ImmGetGuideLineA (HIMC hIMC, DWORD dwIndex, LPSTR lpBuf, DWORD dwBufLen) |
DWORD WINAPI | ImmGetGuideLineW (HIMC hIMC, DWORD dwIndex, LPWSTR lpBuf, DWORD dwBufLen) |
Definition at line 190 of file guideline.c.
Referenced by ActiveIMMApp_GetGuideLineA().
DWORD APIENTRY ImmGetGuideLineAW | ( | HIMC | hIMC, |
DWORD | dwIndex, | ||
LPVOID | lpBuf, | ||
DWORD | dwBufLen, | ||
BOOL | bAnsi | ||
) |
Definition at line 14 of file guideline.c.
Referenced by ImmGetGuideLineA(), and ImmGetGuideLineW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |