Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
CBaseOutputPin::DeliverEndFlush
The DeliverEndFlush method requests the connected input pin to end a flush operation.
Syntax
virtual HRESULT DeliverEndFlush(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::EndFlush method on the input pin.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also