IStreamBufferRecComp::Close

 
Microsoft DirectShow 9.0

IStreamBufferRecComp::Close

The Close method closes the target file.

Syntax

  HRESULT Close(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

Remarks

This method is called automatically when the RecComp object is released.

Requirements

Header: Include Sbe.h.

See Also