Click to return to the Reusing Browser Technology home page    
IMarkupServices::Move Met...     IMarkupServices::MoveRang...     IMarkupServices Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupServices::MovePointersToRange Method


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


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.