avifileopenw (avifil32)
Last changed: -84.170.72.188

.
Summary
TODO - a short description

C# Signature:

[DllImport("avifil32.dll", SetLastError=true)]
public static extern int AVIFileOpenW(ref int ppfile, [MarshalAs(UnmanagedType.LPWStr)]string szFile, int uMode, int lpHandler);

VB Signature:

Declare Shared Function AVIFileOpenW Lib "avifil32.dll" (TODO)

User-Defined Types:

None.

Notes:

Test

Tips & Tricks:

The signature is not correct. Instead 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