typedef struct tagENHMETARECORD { /* enmr */
DWORD iType;
DWORD nSize;
DWORD dParm[1];
} ENHMETARECORD;
The ENHMETARECORD structure contains data that describes a GDI function that was used to create part of a picture in an enhanced metafile.
The ENHMETARECORD structure has the following members:
iType
Specifies the record type.
nSize
Specifies the size of the record in bytes.
dParm[1]
An array of parameters which were passed to the GDI function that is identified by the record.