IImeIPointNotifySink::SetResultReadClause (Windows Embedded CE 6.0)
1/6/2010
This method receives the clause information of the reading string of the composition result.
Syntax
HRESULT SetResultReadClause(
UINT ciCls,
DWORD* pdw
);
Parameters
- ciCls
[in] Integer that specifies the number of clauses of the reading string of the composition result.
- pdw
[in] Pointer to a DWORD array that specifies the positions of each clause.
Return Value
Pointer to reading string composition clauses.
Remarks
The clause information comprises a DWORD array and specifies the numbers that are the positions of the clause. The clause information comprises at least two DWORD lengths. The first DWORD is the start position of the first clause and has to be zero (0). The last DWORD has to be the length of this string. For example, if the string has three clauses, the clause information has four DWORD values. The first DWORD is zero (0). The second DWORD specifies the start position of the second clause. The third DWORD specifies the start position of the third clause. The last DWORD specifies the length of this string.
Requirements
Header | msime.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IImeIPointNotifySink
IImeIPoint2