IPropertyPageSite::GetPageContainer

Returns an IUnknown 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 currently defined for this role, so this method always fails in the current property frame implementation.

HRESULT GetPageContainer(
  IUnknown** ppUnk  //Address of output variable that receives the 
                    //IUnknown interface pointer to the container 
                    //object
);
 

Parameters

ppUnk
[out] Address of IUnknown* pointer variable that receives the interface pointer to the container object. If an error occurs, the implementation must set *ppUnk to NULL.

Return Values

E_NOTIMPL
This is the only return value allowed at this time.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.