MetaEndOfFile


This metafile record indicates the end of the metafile.

class MetaEndOfFile : public Meta
{
 public:
  unsigned PaletteEntries;
  unsigned OffsetPaletteEntries;
  unsigned LastSize;
};

Members

PaletteEntries The number of palette entries.
OffsetPaletteEntries The byte offset to the start of the palette entries.
LastSize The size of the metafile structure. If palette entries exist, they must follow this member.