CTransformInputPin::EndFlush (Compact 2013)

3/26/2014

Informs the pin to end a flush operation and notifies the pin that it can start accepting data again.

Syntax

HRESULT EndFlush(void);

Parameters

None.

Return Value

Returns an HRESULT value.

Remarks

This member function implements the IPin::EndFlush method and overrides the CBaseInputPin::EndFlush member function. It checks to see if the pin is connected, calls the CBaseInputPin::EndFlush member function and then calls the CTransformFilter::EndFlush member function.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CTransformInputPin Class