Microsoft DirectX 8.1 (C++)

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.

See Also