@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: AVIFileCreateStream@msdn on MSDN
Edit avifil32.AVIFileC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.