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);
This function takes no parameters.
This function does not return a value.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
Import Library: Use vfw32.lib.
AVIFile Functions and Macros Overview, AVIFile Functions, AVIFileExit