Prev Next

EMREOF info  Overview  Group

The EMREOF structure contains data for the enhanced metafile record that indicates the end of the metafile.

typedef struct tagEMREOF
{
EMR emr;
DWORD nPalEntries;     DWORD offPalEntries;     DWORD nSizeLast; } EMREOF, *PEMREOF;  

Members

emr
Base structure for all record types.
nPalEntries
Number of palette entries.
offPalEntires
Offset to palette entries.
nSizeLast
Same size as the nSize member of the EMR structure. This member must be the last doubleword of the record. If palette entries exist, they precede this member.

See Also

EMR