CBaseAllocator::m_bDecommitInProgress

 
Microsoft DirectShow 9.0

CBaseAllocator::m_bDecommitInProgress

Flag indicating whether a decommit operation is in progress. The value is TRUE after the CBaseAllocator::Decommit method is called, but before all the buffers have been released. If the value is TRUE, the CBaseAllocator::GetBuffer method fails. Also, the allocator should not deleted itself while the value is TRUE.

Syntax

  BOOL m_bDecommitInProgress;

Requirements

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

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

See Also