ICDECOMPRESS structure (vfw.h)
The ICDECOMPRESS structure contains decompression parameters used with the ICM_DECOMPRESS message.
Syntax
typedef struct {
DWORD dwFlags;
LPBITMAPINFOHEADER lpbiInput;
LPVOID lpInput;
LPBITMAPINFOHEADER lpbiOutput;
LPVOID lpOutput;
DWORD ckid;
} ICDECOMPRESS;
Members
dwFlags
Applicable flags. The following values are defined:
lpbiInput
Pointer to a BITMAPINFOHEADER structure containing the input format.
lpInput
Pointer to a buffer containing the input data.
lpbiOutput
Pointer to a BITMAPINFOHEADER structure containing the output format.
lpOutput
Pointer to a buffer where the driver should write the decompressed image.
ckid
Chunk identifier from the AVI file.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | vfw.h |