Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method inserts a string into the composition buffer.
Syntax
STDMETHOD InsertStringEx(
WCHAR* pwSzInsert,
INT cchSzInsert,
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
| Header | msime.h |
| Library | uuid.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |