CBaseWindow::m_bDoGetDC
Microsoft DirectShow 9.0 |
CBaseWindow::m_bDoGetDC
Flag that specifies whether to retrieve the device context (DC). If TRUE, the object retrieves a handle to the window's DC and creates a compatible memory DC.
Syntax
BOOL m_bDoGetDC;
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also