Share via


IImeIPointNotifySink::SetCandidateStr (Windows CE 5.0)

Send Feedback

This method receives information about the candidate list.

HRESULT SetCandidateStr(UINTciCandidate,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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.