Share via


ImmSetCandidateWindow (Windows CE 5.0)

Send Feedback

This function sets information about the candidate list window.

BOOL ImmSetCandidateWindow(  HIMChIMC,  LPCANDIDATEFORMlpCandidate);

Parameters

  • hIMC
    [in] Handle to the input context.
  • lpCandidate
    [in] Long pointer to the CANDIDATEFORM structure that contains information about the candidate window.

Return Values

Nonzero indicates success. Zero indicates failure.

Remarks

ImmSetCandidateWindow causes an IMN_SETCANDIDATEPOS message to be sent to the application.

In Japanese versions 1.0 and later, the ImmSetCandidateWindow function allows an index range of zero to 4 for the dwIndex member of the CANDIDATEFORM structure. In Windows CE 2.10 and later, an index range of 0 to 3 is allowed.

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.