IAVIStream::Delete method (vfw.h)

The Delete method deletes data from a stream.

Syntax

HRESULT Delete(
  LONG lStart,
  LONG lSamples
);

Parameters

lStart

Starting sample or frame number to delete.

lSamples

Number of samples to delete.

Return value

Returns the HRESULT defined by OLE.

Remarks

For handlers written in C++, Delete has the following syntax:


HRESULT Delete(LONG lStart, LONG lSamples); 
 

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib

See also

Custom File and Stream Handler Interfaces

Custom File and Stream Handlers