This structure contains fields for the MCI_SEEK message.
typedef struct _MCI_SEEK_PARMS {
HWND hwndCallback; /* Window handle. */
ULONG ulTo; /* Target position for seek. */
} MCI_SEEK_PARMS;
typedef MCI _ SEEK _ PARMS * PMCI _ SEEK _ PARMS ;