Click to return to the Reusing Browser Technology home page    
IMarkupServices::MovePoin...     IMarkupServices::ParseGlo...     IMarkupServices Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupServices::MoveRangeToPointers Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.