CBasePropertyPage::m_Dlg

 
Microsoft DirectShow 9.0

CBasePropertyPage::m_Dlg

The m_Dlg member variable contains a handle to the dialog window. This member variable is initialized when the dialog window processes the WM_INITDIALOG message.

Syntax

  HWND m_Dlg;

Requirements

**  Header:** Declared in Cprop.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also