MCI_DGV_PASTE_PARMS

The MCI_DGV_PASTE_PARMS structure contains parameters for the MCI_PASTE message 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;

DWORD dwTo;

RECT rc;

DWORD dwAudioStream;

DWORD dwVideoStream;

} MCI_DGV_PASTE_PARMS;

Fields

dwCallback

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

dwTo

Specifies the starting position for the paste.

rc

Specifies a rectangle to paste.

dwAudioStream

Specifies the audio stream.

dwVideoStream

Specifies the video stream.


See Also

MCI_PASTE