Click to return to the Reusing Browser Technology home page    
IMarkupPointer::MoveAdjac...     IMarkupPointer::MoveToPoi...     IMarkupPointer Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupPointer::MoveToContainer Method


Moves the pointer to the position of a MarkupContainer interface.

Syntax

HRESULT MoveToContainer( 
    IMarkupContainer *pContainer,
    BOOL fAtStart
);

Parameters

pContainer
Address of an IMarkupContainer interface to which the pointer is moved.
fAtStart
Boolean that specifies the position of the pointer to the starting point of the container.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

GetContainer



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.