Home
Results for: AVIFileInit
Win API Open/Close data Source
AVIFileInit

The AVIFileInit function initializes the AVIFile library.

VB4-32,5,6

Declare Sub AVIFileInit Lib "avifil32" ( _
_
)

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
avifil32

Parameter Information
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.

Return Values
This function does not return a value.

Examples
- AVI Info

Related Functions
- AVIFileExit