Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 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. |
Requirements
** Header:** Declared in Cprop.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also