IImeIPointNotifySink::SetCandidateStr

This method receives information about the candidate list.

HRESULT SetCandidateStr(
  UINT ciCandidate,
  WCHAR* pwsz,
  UINT cbData
);

Parameters

  • ciCandidate
    [in] Integer that specifies the number of candidates.
  • pwsz
    [in] Pointer to a WCHAR buffer that contains all candidate strings.
  • cbData
    [in] Integer that specifies the size of the candidate string buffer in bytes.

Return Values

Candidate list information.

Remarks

The candidate string buffer is a concatenation of null-terminated candidate strings.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.

See Also

Japanese Pocket IME | IImeIPoint2

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.