IPropertyPageSite::GetPageContainer method

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

ppUnk [out]

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

OCIdl.h

IDL

OCIdl.idl

IID

IID_IPropertyPageSite is defined as B196B28C-BAB4-101A-B69C-00AA00341D07

See also

IPropertyPageSite

 

 

Show: