AVIFileInit

The AVIFileInit function initializes the AVIFile library.

The AVIFile library maintains a count of the number of times it is initialized, but not the number of times it was released. Use the AVIFileExit function to release the AVIFile library and decrement the reference count. Call AVIFileInit before using any other AVIFile functions.

This function supersedes the obsolete AVIStreamInit function.

STDAPI_(VOID) AVIFileInit(VOID); 

Parameters

This function takes no parameters.

Return Values

This function does not return a value.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.
**  Library:** Use Vfw32.lib.

See Also

AVIFile Functions and Macros, AVIFile Functions, AVIFileExit