Microsoft DirectX 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.

See Also