The EMR structure provides the base structure for all enhanced metafile records. An enhanced metafile record contains the parameters for a specific GDI function used to create part of a picture in an enhanced format metafile.
typedef struct tagEMR
{
DWORD iType;
DWORD nSize;
} EMR, *PEMR;
Members
iType
Specifies the record type.
nSize
Size of the record, in bytes. This member must be a multiple of four.