ImmSetCandidateWindow (Compact 2013)

3/28/2014

This function sets information about the candidate list window.

Syntax

BOOL ImmSetCandidateWindow(
  HIMC hIMC, 
  LPCANDIDATEFORM lpCandidate
);

Parameters

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

Return Value

Nonzero indicates success. Zero indicates failure.

Remarks

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

In the Japanese version, the ImmSetCandidateWindow function allows an index range of zero to 4 for the dwIndex member of the CANDIDATEFORM structure. An index range of 0 to 3 is allowed.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions
CANDIDATEFORM