EditStreamClone function (vfw.h)

The EditStreamClone function creates a duplicate editable stream.

Syntax

HRESULT 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 value

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

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
DLL Avifil32.dll

See also

AVIFile Functions

AVIFile Functions and Macros