Share via


IImeIPointNotifySink::SetCandidateStr

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method receives information about the candidate list.

Syntax

  
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 Value

Candidate list information.

Remarks

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

Requirements

Header msime.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IImeIPoint2

Other Resources

Japanese Pocket IME