The ImmGetDescription function copies the description of the IME to the specified buffer.
UINT ImmGetDescription(
HKL hKL, | |
LPTSTR lpszDescription, | |
UINT uBufLen | |
); |
Returns the number of bytes copied to the buffer or, if uBufLen is zero, the buffer size in bytes needed to receive the description. Neither value includes the terminating null character.