The EditStreamClone function creates a duplicate editable stream.
STDAPI EditStreamClone(
PAVISTREAM pavi,
PAVISTREAM * ppResult
);
Returns zero if successful or an error otherwise.
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.
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.
AVIFile Functions and Macros Overview, AVIFile Functions, CreateEditableStream