IPropertyPageSite::GetPageContainer method (ocidl.h)

Retrieves a pointer to the object representing the entire property frame dialog box that contains all the pages. Calling this method could potentially allow one page to navigate to another.

However, there are no container interfaces defined for this role, so this method always fails in the property frame implementation.

Syntax

HRESULT GetPageContainer(
  [out] IUnknown **ppUnk
);

Parameters

[out] ppUnk

A pointer to an IUnknown pointer variable that receives the interface pointer to the container object. If an error occurs, the implementation must set *ppUnk to NULL.

Return value

This method returns E_NOTIMPL.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ocidl.h

See also

IPropertyPageSite