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

IMarkupServices::Move Method


Moves content between two pointers to a destination specified by a third pointer.

Syntax

HRESULT Move(
    IMarkupPointer *pPointerSourceStart,
    IMarkupPointer *pPointerSourceFinish,
    IMarkupPointer *pPointerTarget
);

Parameters

pPointerSourceStart
Address of an IMarkupPointer interface that specifies the start point of text to be moved.
pPointerSourceFinish
Address of an IMarkupPointer interface that specifies the end point of text to be moved.
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

Copy


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.