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