The ImmGetCandidateListCount function retrieves the size, in bytes, of the candidate lists.
DWORD ImeGetCandidateListCount(
|
HIMC hIMC, | |
|
LPDWORD lpdwListCount | |
|
); |
Returns the number of bytes required to receive all candidate lists.
Applications typically call this function in response to a IMN_OPENCANDIDATE or IMN_CHANGECANDIDATE message.