AviFileOpen (avifil32)
Last changed: -68.115.37.123

.
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