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