Share via


CDynamicOutputPin::m_hNotifyCallerPinBlockedEvent

 
Microsoft DirectShow 9.0

CDynamicOutputPin::m_hNotifyCallerPinBlockedEvent

Event that is signaled when the pin successfully blocks, or the user cancels a pending block.

Syntax

  HANDLE m_hNotifyCallerPinBlockedEvent;

Remarks

Before accessing this variable, hold the CDynamicOutputPin::m_BlockStateLock critical section.

Requirements

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

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

See Also