IImeIPoint2::DeleteCompString

This method deletes a substring in the composition buffer.

STDMETHOD DeleteCompString(
  INT iPos,
  INT cchSzDel
);

Parameters

  • iPos
    [in] Starting character position of the substring to be deleted.
  • cchSzDel
    [in] Length of the substring.

Return Values

None.

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.