MCI_DGV_RECT_PARMS

The MCI_DGV_RECT_PARMS structure contains parameters for the MCI_FREEZE, MCI_PUT, MCI_UNFREEZE and MCI_WHERE messages for digital-video devices. When assigning data to its fields, set the corresponding MCI flags in the lParam1 parameter of mciSendCommand to validate the fields.

typedef struct {

DWORD dwCallback;

RECT rc;

} MCI_DGV_RECT_PARMS;

Fields

dwCallback

The low-order word specifies a window handle

rc

Specifies a rectangle.


See Also

MCI_FREEZE, MCI_PUT, MCI_UNFREEZE, MCI_WHERE