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