ImmSetCandidateWindow function (immdev.h)

Sets information about the candidates window.

Syntax

BOOL ImmSetCandidateWindow(
       HIMC            unnamedParam1,
  [in] LPCANDIDATEFORM lpCandidate
);

Parameters

unnamedParam1

[in] lpCandidate

Pointer to a CANDIDATEFORM structure that contains information about the candidates window.

Return value

Returns a nonzero value if successful, or 0 otherwise.

Remarks

This function causes an IMN_SETCANDIDATEPOS command to be sent. Both the IME and the application call this function.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only],East Asian language support installed.
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header immdev.h (include Immdev.h, Windows.h)
Library Imm32.lib
DLL Imm32.dll

See also

CANDIDATEFORM

IMN_SETCANDIDATEPOS

Input Method Manager

Input Method Manager Functions