Share via


CBasePropertyPage::CBasePropertyPage (Compact 2013)

3/26/2014

Constructor method.

Syntax

CBasePropertyPage(
  TCHAR*    pName,
  LPUNKNOWN pUnk,
  int       DialogId,
  int       TitleId
);

Parameters

  • pName
    String that contains the name of the object, for debugging purposes. For more information, see CBaseObject::CBaseObject.
  • pUnk
    Pointer to the aggregating IUnknown interface.
  • DialogId
    Resource ID for the dialog box.
  • TitleId
    Resource ID for the string that contains the dialog box title.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBasePropertyPage Class