The AVIFileCreateStream function creates a new stream in an existing file and creates an interface to the new stream.
10/24/2013 12:35:36 PM - -176.241.9.49
.
static extern int AVIFileCreateStream(IntPtr pfile, out IntPtr ppavi, ref AVISTREAMINFO psi);
.
Declare Function AVIFileCreateStream Lib "avifil32.dll" Alias "AVIFileCreateStreamA" (ByVal pfile As IntPtr, ByRef ppavi As IntPtr, ByRef psi As AVISTREAMINFO) As Integer