CBaseOutputPin::BeginFlush (Compact 2013)

3/26/2014

Informs the pin to begin a flush operation.

Syntax

HRESULT BeginFlush(void);

Parameters

None.

Return Value

Returns E_UNEXPECTED.

Remarks

This member function implements the IPin::BeginFlush method.

It returns E_UNEXPECTED because this should be called only on input pins.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class