ImmGetCandidateWindow (Windows CE 5.0)

Send Feedback

This function gets information about the candidate list window.

BOOL ImmGetCandidateWindow(HIMChIMC,DWORDdwIndex,LPCANDIDATEFORMlpCandidate);

Parameters

  • hIMC
    [in] Handle to the input context.
  • dwIndex
    [in] Index of the CANDIDATEFORM structure to retrieve. Windows CE supports four structures per context, ranging from 0 to 3.
  • lpCandidate
    [out] Long pointer to the CANDIDATEFORM structure that receives information about the candidate window.

Return Values

Nonzero indicates success. Zero indicates failure.

Remarks

In Microsoft Windows CE Japanese version 1.0 and later, the following parameter is used instead of dwIndex:

  • dwBufLen
    Size, in bytes, of the buffer that receives the information.

Requirements

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

See Also

CANDIDATEFORM

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.