IImeIPointNotifySink::SetCandidateStr (Windows Embedded CE 6.0)
1/6/2010
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
IImeIPointNotifySink
IImeIPoint2