The ICInfo function retrieves information about specific installed compressors or enumerates the installed compressors.
BOOL ICInfo(
DWORD fccType,
DWORD fccHandler,
ICINFO * lpicinfo
);
Returns ICERR_OK if successful or an error otherwise.
To enumerate the compressors or decompressors, specify an integer for fccHandler. This function returns information for integers between zero and the number of installed compressors or decompressors of the type specified for fccType.
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.
Video Compression Manager Overview, Video Compression Functions, ICINFO