This function retrieves the size, in bytes, of the candidate lists.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later (Japanese version 1.0 and later) |
Syntax
DWORD ImmGetCandidateListCount(HIMC hIMC, LPDWORD lpdwListCount);
Parameters
hIMC
[in] Handle to the input context.
lpdwListCount
[out] Long pointer to the 32-bit variable that receives the size of the candidate lists.
Return Values
The number of bytes required to receive all candidate lists indicates success.
Remarks
Applications typically call this function in response to a IMN_OPENCANDIDATE or IMN_CHANGECANDIDATE message.
See Also