IDistributorNotify::Stop (Compact 2013)

3/26/2014

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

Syntax

HRESULT Stop( );

Parameters

None.

Return Value

Returns S_OK if the transition is complete; otherwise, returns one of the following values.

Value

Description

Error value

Transition failed.

S_FALSE

Transition is not complete, but no error has occurred.

Remarks

This method is called before the filters are notified.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IDistributorNotify Interface