Positions pointers at the edges of an existing range.
Syntax
HRESULT MovePointersToRange( IHTMLTxtRange *pIRange IMarkupPointer *pPointerStart, IMarkupPointer *pPointerFinish, );
Parameters
- pIRange
- Address of an IHTMLTxtRange interface that returns the text range to move to.
- pPointerStart
- Address of an IMarkupPointer interface that returns the start point of the range.
- pPointerFinish
- Address of an IMarkupPointer interface that returns the end point of the range.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
MoveRangeToPointers