EditStreamClone

The EditStreamClone function creates a duplicate editable stream.

STDAPI EditStreamClone(
  PAVISTREAM pavi,       
  PAVISTREAM * ppResult  
);
 

Parameters

pavi
Handle of an editable stream that will be copied.
ppResult
Address to contain the new stream handle.

Return Values

Returns zero if successful or an error otherwise.

Remarks

The editable stream that is being cloned must have been created by the CreateEditableStream function or one of the stream editing functions.

The new stream can be treated as any other AVI stream.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in vfw.h.
  Import Library: Use vfw32.lib.

See Also

AVIFile Functions and Macros Overview, AVIFile Functions, CreateEditableStream