CImageSample::m_bInit
Microsoft DirectShow 9.0 |
CImageSample::m_bInit
The m_bInit member variable indicates whether the CImageSample object has been initialized. If so, the value if TRUE. Otherwise, it is FALSE.
Syntax
BOOL m_bInit;
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also