Share via


CDynamicOutputPin::m_BlockStateLock

 
Microsoft DirectShow 9.0

CDynamicOutputPin::m_BlockStateLock

Critical section that protects the blocking state.

Syntax

  CCritSec m_BlockStateLock;

Remarks

Hold this critical section before using any of the following member variables:

Requirements

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

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

See Also