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 fin开发者_Go百科d a list of functions or entry points into avifil32.dll?
You can find that at pinvoke.net.
精彩评论