Microsoft DirectX 9.0

CBasePropertyPage::GetPageInfo

The GetPageInfo method retrieves information about the property page. This method implements the IPropertyPage::GetPageInfo method.

Syntax

HRESULT GetPageInfo(
    LPPROPPAGEINFO pPageInfo
);

Parameters

pPageInfo

Pointer to a caller-allocated PROPPAGEINFO structure.

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success.
E_OUTOFMEMORY Insufficient memory.

See Also