|
EditStreamClone
The EditStreamClone function creates a duplicate editable stream.
STDAPI EditStreamClone(
PAVISTREAM pavi,
|
| PAVISTREAM * ppResult
|
| );
|
|
Parameters
pavi
Handle of an editable stream that will be copied.
ppResult
Address to contain 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.
See Also
CreateEditableStream
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|