AVIFileExit (avifil32)
Last changed: -61.170.198.222

.
Summary
Exits the AVIFile library and decrements the reference count for the library. Supersedes the obsolete AVIStreamExit function.

C# Signature:

[DllImport("avifil32.dll")]
static extern void AVIFileExit();

VB .NET Signature:

Declare Sub AVIFileExit Lib "avifil32.dll" ()

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation
AVIFileExit on MSDN