CDynamicOutputPin::m_dwBlockCallerThreadID
Microsoft DirectShow 9.0 |
CDynamicOutputPin::m_dwBlockCallerThreadID
The identifier of the thread that last called the IPinFlowControl::Block method on this pin. This member variable is only valid while the pin is blocked.
Syntax
DWORD m_dwBlockCallerThreadID;
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