IMarkupPointer::MoveToContainer Method
Moves the pointer to a markup container.
Syntax
HRESULT MoveToContainer( IMarkupContainer *pContainer, BOOL fAtStart );
Parameters
- pContainer
- [in] Pointer to an IMarkupContainer interface to which the pointer is moved.
- fAtStart
- [in] Value of type BOOL that specifies whether to position the pointer at the beginning of the container's content.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
IMarkupPointer::GetContainer
Community Additions
Show: