METARECORD

The METARECORD structure contains a Windows-format metafile record.

typedef struct tagMETARECORD {  // mr 
    DWORD rdSize; 
    WORD  rdFunction; 
    WORD  rdParm[1]; 
} METARECORD; 
 

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 reverse of the order they are passed to the function.

See Also

Metafiles Overview, Enhanced Metafile Structures, METAHEADER