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. VB4-32,5,6 Declare Sub AVIFileInit Lib "avifil32" () |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
This function does not return a value. |
|