IStreamBufferRecComp::Cancel

 
Microsoft DirectShow 9.0

IStreamBufferRecComp::Cancel

The Cancel method cancels an append operation, if one is in progress. Otherwise, it has no effect.

Syntax

  HRESULT Cancel(void); 

Parameters

This method takes no parameters.

Return Values

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

Value Description
S_OK Success

Requirements

Header: Include Sbe.h.

See Also