Microsoft DirectX 8.1 (C++)

CBaseOutputPin::DeliverBeginFlush

The DeliverBeginFlush method requests the connected input pin to begin a flush operation.

Syntax

virtual HRESULT DeliverBeginFlush(void);

Return Value

Returns an HRESULT value. Possible values include those listed in the following table.

Value Description
S_OK Success.
VFW_E_NOT_CONNECTED Pin is not connected.

Remarks

This method calls the IPin::BeginFlush method on the input pin.

See Also