EMREOF

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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Metafiles Overview, Enhanced Metafile Structures, EMR