EditStreamClone

The EditStreamClone function creates a duplicate editable stream.

STDAPI EditStreamClone(
  PAVISTREAM pavi,       
  PAVISTREAM * ppResult  
);

Parameters

pavi

Handle to an editable stream that will be copied.

ppResult

Pointer to a buffer that receives 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.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.
**  Library:** Use Vfw32.lib.

See Also

AVIFile Functions and Macros, AVIFile Functions, CreateEditableStream