IPropertyPageSite::GetPageContainer  254SQO

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

//Indirect pointer to the interface of the container object

   );

 

 

Parameters

ppUnk

[out] Indirect pointer to the IUnknown interface on the container objectSet to NULL on failure.

 

Return Values

E_NOTIMPL

This is the only return value allowed at this time.