Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The ICDECOMPRESSEX structure contains decompression parameters used with the ICM_DECOMPRESSEX message
typedef struct {
DWORD dwFlags;
LPBITMAPINFOHEADER lpbiSrc;
LPVOID lpSrc;
LPBITMAPINFOHEADER lpbiDst;
LPVOID lpDst;
int xDst;
int yDst;
int dxDst;
int dyDst;
int xSrc;
int ySrc;
int dxSrc;
int dySrc;
} ICDECOMPRESSEX;
dwFlags
Applicable flags. The following values are defined:
lpbiSrc
Pointer to a BITMAPINFOHEADER structure containing the input format.
lpSrc
Pointer to a buffer containing the input data.
lpbiDst
Pointer to a BITMAPINFOHEADER structure containing the output format.
lpDst
Pointer to a buffer where the driver should write the decompressed image.
xDst
The x-coordinate of the destination rectangle within the DIB specified by lpbiDst.
yDst
The y-coordinate of the destination rectangle within the DIB specified by lpbiDst.
dxDst
Width of the destination rectangle.
dyDst
Height of the destination rectangle.
xSrc
The x-coordinate of the source rectangle within the DIB specified by lpbiSrc.
ySrc
The y-coordinate of the source rectangle within the DIB specified by lpbiSrc.
dxSrc
Width of the source rectangle.
dySrc
Height of the source rectangle.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | vfw.h |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today