The EditStreamCopy function copies an editable stream (or a portion of it) into a temporary stream.
STDAPI EditStreamCopy(
PAVISTREAM pavi,
LONG * plStart,
LONG * plLength,
PAVISTREAM * ppResult
);
Returns zero if successful or an error otherwise.
The stream that is copied must be created by the CreateEditableStream function or one of the stream editing functions.
The temporary 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