The EMRRESTOREDC structure contains members for the RestoreDC enhanced metafile record.
typedef struct tagEMRRESTOREDC
{
EMR emr;
LONG iRelative;
} EMRRESTOREDC, *PEMRRESTOREDC;
Members
emr
Base structure for all record types.
iRelative
Relative instance to restore.
See Also