MCI_DGV_DELETE_PARMS

The MCI_DGV_DELETE_PARMS structure contains parameters for the MCI_DELETE message for digital-video devices. When assigning data its fields, set the corresponding MCI flags in the lParam1 parameter of mciSendCommand to validate the fields.

typedef struct {

DWORD dwCallback;

DWORD dwFrom;

DWORD dwTo;

RECT rc;

DWORD dwAudioStream;

} MCI_DGV_DELETE_PARMS;

Fields

dwCallback

The low-order word specifies a window handle used for the MCI_NOTIFY flag.

dwFrom

Specifies the starting position for the delete.

dwTo

Specifies the ending position for the delete.

rc

Specifies a rectangle to delete.

dwAudioStream

Specifies the audio stream.


See Also

MCI_DELETE