ICDRAWSUGGEST structure (vfw.h)
The ICDRAWSUGGEST structure contains compression parameters used with the ICM_DRAW_SUGGESTFORMAT message to suggest an appropriate input format.
Syntax
typedef struct {
LPBITMAPINFOHEADER lpbiIn;
LPBITMAPINFOHEADER lpbiSuggest;
int dxSrc;
int dySrc;
int dxDst;
int dyDst;
HIC hicDecompressor;
} ICDRAWSUGGEST;
Members
lpbiIn
Pointer to the structure containing the compressed input format.
lpbiSuggest
Pointer to a buffer to return a compatible input format for the renderer.
dxSrc
Width of the source rectangle.
dySrc
Height of the source rectangle.
dxDst
Width of the destination rectangle.
dyDst
Height of the destination rectangle.
hicDecompressor
Handle to a decompressor that supports the format of data described in lpbiIn.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | vfw.h |
See also
Video Compression Manager