Retrieves the container associated with this pointer.
Syntax
HRESULT GetContainer( 
    IMarkupContainer **ppContainer
);
Parameters
- ppContainer
- Address of a pointer to an IMarkupContainer interface that returns the container associated with this pointer.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also