This structure contains fields for the MCI_RESTORE message.
typedef struct _MCI_RESTORE_PARMS {
HWND hwndCallback; /* Window handle. */
RECTL SrcRect; /* Source rectangle. */
RECTL DestRect; /* Destination rectangle. */
} MCI_RESTORE_PARMS;
typedef MCI _ RESTORE _ PARMS * PMCI _ RESTORE _ PARMS ;