Microsoft DirectX 9.0

IDistributorNotify::Pause

The Pause method is called when the filter graph is entering a paused state.

Syntax

HRESULT Pause(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