ImmGetCandidateListCount (Windows CE 5.0)

Send Feedback

This function retrieves the size, in bytes, of the candidate lists.

DWORD ImmGetCandidateListCount(  HIMChIMC,  LPDWORDlpdwListCount);

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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.

See Also

IMN_CHANGECANDIDATE | IMN_OPENCANDIDATE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.