CBasePropertyPage::m_hwnd

 
Microsoft DirectShow 9.0

CBasePropertyPage::m_hwnd

The m_hwnd member variable contains a handle to the dialog window. This member variable is initialized after the object creates the dialog window, when the CreateDialogParam function returns.

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