Group: Windows Multimedia - Library: avifil32
The AVIFileRelease function decrements the reference count of an AVI file interface handle and closes the file if the count reaches zero.
Reading header information from AVI file
Reading parameters of streams in AVI file
How to play AVI file on the _screen
Adding supplementary data to AVI files
How to extract frames from AVI files
STDAPI_(ULONG) AVIFileRelease(
PAVIFILE pfile
);
DECLARE INTEGER AVIFileRelease IN avifil32;
INTEGER pfile
pfile Handle to an open AVI file.
Returns the reference count of the file.