Platform SDK: International Features |
The ImmGetDescription function copies the description of the IME to the specified buffer.
UINT ImmGetDescription( HKL hKL, LPTSTR lpszDescription, UINT uBufLen );
Windows NT/ 2000: The size of the buffer is in Unicode characters (each character is two bytes). If zero, the function returns the size of the buffer required in unicode characters, not including the Unicode NULL terminator.
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.
For Unicode, the function returns the number of Unicode characters, not including the Unicode NULL terminator.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Imm.h.
Library: Use Imm32.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000.