Microsoft DirectX 9.0

CDynamicOutputPin::Inactive

The Inactive method notifies the pin that the filter has stopped.

Syntax

HRESULT Inactive(void);

Return Value

Returns S_OK if successful, or an HRESULT value indicating the cause of the failure.

Remarks

This method overrides the CBaseOutputPin::Inactive method. It sets the CDynamicOutputPin::m_hStopEvent event.

See Also