The ImmGetDescription function copies the description of the IME to the specified buffer.
UINT ImmGetDescription(
HKL hKL,
LPTSTR lpszDescription,
UINT uBufLen
);
Windows NT: The size of the buffer is in Unicode characters (each character is two bytes).
Returns the number of characters copied to the buffer or, if uBufLen is zero, the buffer size in characters needed to receive the description. Neither value includes the terminating null character.
Windows NT: Requires version 4.0 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in imm.h.
Import Library: Use imm32.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows NT.
Input Method Editor Overview, Input Method Editor Functions