ICDecompressGetFormatSize
The ICDecompressGetFormatSize macro requests the size of the output format of the decompressed data from a video decompression driver. You can use this macro or explicitly call the ICM_DECOMPRESS_GET_FORMAT message.
DWORD ICDecompressGetFormatSize(
hic, lpbiInput );
Parameters
hic
Handle to a decompressor.
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_DECOMPRESS_GET_FORMAT