IMarkupPointer::GetContainer Method

Retrieves the container associated with this markup pointer.

Syntax

HRESULT GetContainer(
    IMarkupContainer **ppContainer
);

Parameters

  • ppContainer
    [out] Address of a pointer to an IMarkupContainer interface that returns the container associated with this markup pointer.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IMarkupPointer::MoveToContainer