The ENHMETARECORD structure contains data that describes a graphics device interface (GDI) function used to create part of a picture in an enhanced-format metafile.
typedef struct tagENHMETARECORD { // enmr
DWORD iType;
DWORD nSize;
DWORD dParm[1];
} ENHMETARECORD;
Members
iType
Specifies the record type.
nSize
Specifies the size of the record, in bytes.
dParm
Specifies an array of parameters passed to the GDI function identified by the record.
See Also