Removes content between two pointers.
Syntax
HRESULT Remove( IMarkupPointer *pPointerSourceStart, IMarkupPointer *pPointerSourceFinish );
Parameters
- pPointerSourceStart
- Address of an IMarkupPointer interface that specifies the start point of text to be removed.
- pPointerSourceFinish
- Address of an IMarkupPointer interface that specifies the end point of text to be removed.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Move