typedef struct {
DWORD dwFlags;
LPBITMAPINFOHEADER lpbiIn;
LPBITMAPINFOHEADER lpbiSuggest;
int dxSrc;
int dySrc;
int dxDst;
int dyDst;
HIC hicDecompressor;
} ICDRAWSUGGEST;
The ICDRAWSUGGEST structure is used with the ICM_DRAW_SUGGESTFORMAT message.
Members
dwFlags
Specifies applicable flags. Set this to zero.
lpbiIn
Specifies a pointer to the structure containing the compressed input format.
lpbiSuggest
Specifies a pointer to a buffer used to return the suggested format that the draw device would like to receive.
dxSrc
Specifies the source width.
dySrc
Specifies the source height.
dxDst
Specifies the destination width.
dyDst
Specifies the destination height.
hicDecompressor
Specifies a decompressor that can work with the format of data in lpbiIn.