ICGetInfo

The ICGetInfo function obtains information about a compressor.

LRESULT ICGetInfo(
  HIC hic,            
  ICINFO * lpicinfo,  
  DWORD cb            
);

Parameters

hic

Handle to a compressor.

lpicinfo

Pointer to the ICINFO structure to return information about the compressor.

cb

Size, in bytes, of the structure pointed to by lpicinfo.

Return Values

Returns the number of bytes copied into the structure or zero if an error occurs.

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.

See Also

Video Compression Manager, Video Compression Functions, ICINFO