Microsoft Windows CE 3.0  

CTransformFilter::Stop

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Transitions the filter to State_Stoppedstate if it is not in this state already, and informs the derived class.

HRESULT Stop(void);

Return Values

Returns an HRESULTvalue.

Remarks

This member function overrides the CBaseFilter::Stopmember function and implements the IMediaFilter::Stopmethod. It first decommits on the input and output pins by calling CBaseInputPin::Inactiveand CBaseOutputPin::Inactive, and then calls CTransformFilter::StopStreamingto inform the derived class.