Copies the specified text between markers to a target location.
Syntax
HRESULT Copy( IMarkupPointer *pPointerSourceStart, IMarkupPointer *pPointerSourceFinish, IMarkupPointer *pPointerTarget );
Parameters
- pPointerSourceStart
- Address of an IMarkupPointer interface that specifies the start point of text to be copied.
- pPointerSourceFinish
- Address of an IMarkupPointer interface that specifies the end point of text to be copied.
- pPointerTarget
- Address of an IMarkupPointer interface that specifies the target point of insertion.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Move