ImmGetCandidateWindow (Compact 2013)

3/28/2014

This function gets information about the candidate list window.

Syntax

BOOL ImmGetCandidateWindow(
  HIMC hIMC, 
  DWORD dwIndex, 
  LPCANDIDATEFORM lpCandidate
);

Parameters

  • hIMC
    [in] Handle to the input context.
  • dwIndex
    [in] Index of the CANDIDATEFORM structure to retrieve. Windows Embedded Compact 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 Value

Nonzero indicates success. Zero indicates failure.

Remarks

In the Japanese version, the following parameter is used instead of dwIndex:

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

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions
CANDIDATEFORM