Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1 KB

AVIFileExit.md

File metadata and controls

41 lines (28 loc) · 1 KB

Home

Function name : AVIFileExit

Group: Windows Multimedia - Library: avifil32


The AVIFileExit function exits the AVIFile library and decrements the reference count for the library.


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_(VOID) AVIFileExit(VOID);  

FoxPro declaration:

DECLARE AVIFileExit IN avifil32  

Parameters:

This function takes no parameters.


Return value:

This function does not return a value.