typedef struct {
DWORD dwCallback;
DWORD dwFrom;
DWORD dwTo;
} MCI_DGV_PLAY_PARMS;
Fields | dwCallback | The low-order word specifies a window handle used for the MCI_NOTIFY flag. |
dwFrom | Specifies the position to play from. | |
dwTo | Specifies the position to play to. |
See Also | MCI_PLAY |