typedef struct tagMETARECORD { /* mr */
DWORD rdSize;
WORD rdFunction;
WORD rdParm[1];
} METARECORD;
The METARECORD structure contains a metafile record.
The METARECORD structure has the following members:
rdSize
Specifies the size, in words, of the record.
rdFunction
Specifies the function number.
rdParm
Specifies an array of words containing the function parameters, in the reverse order in which they are passed to the function.
METAHEADER