Share via


IImeIPoint2::InsertStringEx

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Other Resources

Using the IImeIPoint2 Interface