Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.08 KB

AVIFileRelease.md

File metadata and controls

46 lines (32 loc) · 1.08 KB

Home

Function name : AVIFileRelease

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.


Code examples:

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

Declaration:

STDAPI_(ULONG) AVIFileRelease(
  PAVIFILE pfile
);  

FoxPro declaration:

DECLARE INTEGER AVIFileRelease IN avifil32;
	INTEGER pfile  

Parameters:

pfile Handle to an open AVI file.


Return value:

Returns the reference count of the file.