Share via


ImmGetCandidateList (Compact 2013)

3/28/2014

This function retrieves a specified candidate list, copying the list to the specified buffer.

Syntax

DWORD ImmGetCandidateList(
  HIMC hIMC, 
  DWORD deIndex, 
  LPCANDIDATELIST lpCandList, 
  DWORD dwBufLen 
);

Parameters

  • hIMC
    [in] Handle to the input context.
  • deIndex
    [in] Zero-based index of the candidate list.
  • lpCandList
    [out] Long pointer to the CANDIDATELIST structure that receives the candidate list.
  • dwBufLen
    [in] Size of the buffer, in bytes. If zero, the function returns the size in bytes required to receive the complete candidate list.

Return Value

The number of bytes copied to the specified buffer indicates success. Zero indicates failure.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions
CANDIDATELIST