 |
AVIFileRelease ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The AVIFileRelease function decrements the reference count of an AVI file interface handle and closes the file if the count reaches zero. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
STDAPI_(ULONG) AVIFileRelease(
PAVIFILE pfile
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER AVIFileRelease IN avifil32;
INTEGER pfile
|
 |
 |
 |
| Parameters: |
 |
pfile
Handle to an open AVI file.
|
 |
 |
| Return value: |
 |
| Returns the reference count of the file. |
 |
 |
| Word Index links for the AVIFileRelease : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-11-28 18:35:48 | | Modified: | 2003-11-28 18:36:58 | Visited in last 7 days: 27 |