IImeIPoint2::InsertStringEx (Windows CE 5.0)
This method inserts a string into the composition buffer.
STDMETHOD InsertStringEx(WCHAR*pwSzInsert,INTcchSzInsert,DWORD*lpdwCharId);
Parameters
- pwSzInsert
[in] Pointer to the string to be inserted. - cchSzInsert
[in] Length of a string. - lpdwCharId
[in, out] Ignored. Set the value to NULL.
Return Values
Success indicates a successful sting insertion.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.
See Also
Using the IImeIPoint2 Interface
Send Feedback on this topic to the authors