MCI_SEEK_PARMS

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 ;


[Back: MCI_SAVE_PARMS Field - pszFileName]
[Next: MCI_SEEK_PARMS Field - hwndCallback]