@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("avifil32.dll", SetLastError=true)] public static extern int AVIFileOpenW(ref IntPtr ppfile, [MarshalAs(UnmanagedType.LPWStr)]string szFile, int uMode, IntPtr pclsidHandler); !!!!VB Signature: Declare Shared Function AVIFileOpenW Lib "avifil32.dll" (TODO) !!!!User-Defined Types: None. !!!!Notes: Test !!!!Tips & Tricks: For C#, use AviFileOpen together with CharSet = CharSet.Auto. !!!!Sample Code: See http://www.adp-gmbh.ch/csharp/avi/write_avi.html !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: AVIFileOpenW@msdn on MSDN
Edit avifil32.AviFileOpen
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.