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
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.
See Also