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