Share via


CBaseOutputPin::DeliverBeginFlush (Compact 2013)

3/26/2014

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

Syntax

virtual HRESULT DeliverBeginFlush(void);

Parameters

None.

Return Value

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

Remarks

This member function delivers the BeginFlush notification downstream.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class