 |
AVIFileInfo ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The AVIFileInfo function obtains information about an AVI file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
STDAPI AVIFileInfo(
PAVIFILE pfile,
AVIFILEINFO * pfi,
LONG lSize
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER AVIFileInfo IN avifil32;
INTEGER pfile,;
STRING @ pfi,;
INTEGER lSize
|
 |
 |
 |
| Parameters: |
 |
pfile
Handle to an open AVI file.
pfi
Pointer to the structure used to return file information. Typically, this parameter points to an AVIFILEINFO structure.
lSize
Size, in bytes, of the structure.
|
 |
 |
| Return value: |
 |
| Returns zero if successful or an error otherwise. |
 |
 |
| Word Index links for the AVIFileInfo : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-11-28 18:37:10 | | Modified: | 2003-11-28 18:38:24 | Visited in last 7 days: 22 |