ICGetInfo  1PCL4W 

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 ICINFOY3A732 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.

See Also

ICINFO