AVIFileInfo
The AVIFileInfo function obtains information about an AVI file.
STDAPI AVIFileInfo(
PAVIFILE pfile,
AVIFILEINFO * pfi,
LONG 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 Values
Returns zero if successful or an error otherwise.
Remarks
The argument pfile is a pointer to an IAVIFile interface.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
** Library:** Use Vfw32.lib.
** Unicode:** Implemented as Unicode and ANSI versions on Windows NT/2000/XP.
See Also
AVIFile Functions and Macros, AVIFile Functions, AVIFILEINFO