ImmGetCandidateWindow function (immdev.h)

Retrieves information about the candidates window.

Syntax

BOOL ImmGetCandidateWindow(
        HIMC            unnamedParam1,
        DWORD           unnamedParam2,
  [out] LPCANDIDATEFORM lpCandidate
);

Parameters

unnamedParam1

unnamedParam2

[out] lpCandidate

Pointer to a CANDIDATEFORM structure in which this function retrieves information about the candidates window.

Return value

Returns a nonzero value if successful, or 0 otherwise.

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

Input Method Manager

Input Method Manager Functions