typedef struct {
DWORD dwFlags; // reserved; set to zero
LPBITMAPINFOHEADER lpbiIn;
LPBITMAPINFOHEADER lpbiSuggest;
int dxSrc;
int dySrc;
int dxDst;
int dyDst;
HIC hicDecompressor;
} ICDRAWSUGGEST;
Contains compression parameters used with the ICM_DRAW_SUGGESTFORMAT message to suggest an appropriate input format.
ICM_DRAW_SUGGESTFORMAT