AVIFileCreateStream (avifil32)
Last changed: -176.241.9.49

.
Summary
The AVIFileCreateStream function creates a new stream in an existing file and creates an interface to the new stream.

C# Signature:

[DllImport("avifil32.dll", SetLastError=true)]
static extern int AVIFileCreateStream(IntPtr pfile, out IntPtr ppavi, ref AVISTREAMINFO psi);

VB Signature:

Declare Function AVIFileCreateStream Lib "avifil32.dll" Alias "AVIFileCreateStreamA" (ByVal pfile As IntPtr, ByRef ppavi As IntPtr, ByRef psi As AVISTREAMINFO) As Integer

User-Defined Types:

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation