MCI_RESTORE_PARMS

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 ;


[Back: MCI_RECORD_PARMS Field - ulTo]
[Next: MCI_RESTORE_PARMS Field - hwndCallback]