Share via


ICCompressGetFormatSize

The ICCompressGetFormatSize macro requests the size of the output format of the compressed data from a video compression driver. You can use this macro or explicitly call the ICM_COMPRESS_GET_FORMAT message.

DWORD ICCompressGetFormatSize(
 hic,        lpbiInput  );

Parameters

hic

Handle of the compressor.

lpbiInput

Pointer to a BITMAPINFO structure containing the input format.

Return Values

Returns the size of the structure.

Requirements

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.

See Also

Video Compression Manager, Video Compression Macros, BITMAPINFO, ICM_COMPRESS_GET_FORMAT