ICGetInfo function (vfw.h)

The ICGetInfo function obtains information about a compressor.

Syntax

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

Parameters

hic

Handle to a compressor.

picinfo

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

cb

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

Return value

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib
DLL Msvfw32.dll

See also

Video Compression Functions

Video Compression Manager