ICDRAW structure (vfw.h)
The ICDRAW structure contains parameters for drawing video data to the screen. This structure is used with the ICM_DRAW message.
Syntax
typedef struct {
DWORD dwFlags;
LPVOID lpFormat;
LPVOID lpData;
DWORD cbData;
LONG lTime;
} ICDRAW;
Members
dwFlags
Flags from the AVI file index. The following values are defined:
lpFormat
Pointer to a structure containing the data format. For video streams, this is a BITMAPINFOHEADER structure.
lpData
Pointer to the data to render.
cbData
Number of data bytes to render.
lTime
Time, in samples, when this data should be drawn. For video data this is normally a frame number.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | vfw.h |