IImeIPointNotifySink::SetResultReadClause (Windows CE 5.0)
This method receives the clause information of the reading string of the composition result.
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 Values
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
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