ICDRAWSUGGEST

The ICDRAWSUGGEST structure contains compression parameters used with the ICM_DRAW_SUGGESTFORMAT message to suggest an appropriate input format.

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

**  Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
**  Windows 95/98/Me:** Included in Windows 95 and later.
**  Header:** Declared in Vfw.h.

See Also

Video Compression Manager, Video Compression Structures, ICM_DRAW_SUGGESTFORMAT