CBaseAllocator::m_fEnableReleaseCallback
Microsoft DirectShow 9.0 |
CBaseAllocator::m_fEnableReleaseCallback
Flag indicating whether the release callback is enabled. This flag is set in the constructor method. If the value is FALSE, calling the CBaseAllocator::SetNotify method causes an assertion to fire (in debug builds).
Syntax
BOOL m_fEnableReleaseCallback;
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also