Share via


CBaseOutputPin::DeliverEndFlush (Compact 2013)

3/26/2014

Calls the IPin::EndFlush method on the connected input pin.

Syntax

virtual HRESULT DeliverEndFlush(void);

Parameters

None.

Return Value

Returns VFW_E_NOT_CONNECTED if no input pin is found; otherwise, returns the value that is returned by IPin::EndFlush.

Remarks

This member function delivers the EndFlush notification downstream.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class