Share via


CBasePropertyPage::GetPageInfo (Compact 2013)

3/26/2014

This 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.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePropertyPage Class