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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You can find that at pinvoke.net.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.