Search code examples
c#dllmsdnentry-point

Looking for documentation on entry points for avifil32.dll


I have seen some examples of people using avifil32.dll to read / write AVI files and the DLL is supplied in Windows XP (possibly not Vista / Win 7). However even though its used in an example for the extern keyword of C# on MSDN I can't find any documentation on it there.

Where can I find a list of functions or entry points into avifil32.dll?


Solution

  • You can find that at pinvoke.net.