IImeIPoint2::InsertStringEx

This method inserts a string into the composition buffer.

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.

See Also

Using the IImeIPoint2 Interface

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.