ICGetInfo

The ICGetInfo function obtains information about a compressor.

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

Parameters

hic
Handle of a compressor.
lpicinfo
Address of 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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in vfw.h.
  Import Library: Use vfw32.lib.

See Also

Video Compression Manager Overview, Video Compression Functions, ICINFO