IPropertyPage::GetPageInfo method (ocidl.h)

Retrieves information about the property page.

Syntax

HRESULT GetPageInfo(
  [out] PROPPAGEINFO *pPageInfo
);

Parameters

[out] pPageInfo

A pointer to the caller-allocated PROPPAGEINFO structure in which the property page stores its page information. All allocations stored in this structure become the responsibility of the caller.

Return value

This method can return the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following values.

Return code Description
S_OK
The structure was successfully filled.
E_POINTER
The address in pPageInfo is not valid. For example, it may be NULL.

Remarks

Notes to Implementers

E_NOTIMPL is not a valid return value.

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

IPropertyPage