EditStreamClone function
The EditStreamClone function creates a duplicate editable stream.
Syntax
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 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
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
---|---|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Library |
|
DLL |
|
See also
Show: