Microsoft DirectX 9.0

CSourceStream::Inactive

The Inactive method notifies the pin that the filter is no longer active. This method overrides the CBasePin::Inactive method. If the streaming thread is active, this method stops it and waits for the thread to exit.

Syntax

HRESULT Inactive(void);

Return Value

Returns S_OK or another HRESULT value.

See Also