typedef struct {
DWORD dwCallback;
DWORD dwFrom;
DWORD dwTo;
RECT rc;
DWORD dwAudioStream;
DWORD dwVideoStream;
} MCI_DGV_COPY_PARMS;
Fields | dwCallback | The low-order word specifies a window handle used for the MCI_NOTIFY flag. |
dwFrom | Specifies the starting position for the copy. | |
dwTo | Specifies the ending position for the copy. | |
rc | Specifies a rectangle to copy. | |
dwAudioStream | Specifies the audio stream. | |
dwVideoStream | Specifies the video stream. |
See Also | MCI_COPY |