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
);
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.