Microsoft DirectX 9.0

IDistributorNotify::Stop

The Stop method is called when the filter graph is entering a stopped state.

Syntax

HRESULT Stop(void);

Parameters

This method takes no parameters.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code Description
S_FALSE Transition is not complete, but no error has occurred.
S_OK Success.

Remarks

This method is called before the filters are notified.

See Also