Meta


This class is the base class for metafile records.

class Meta
{
 public:
  unsigned Type;
  unsigned Size;
}; 

Type The type of the metafile command - see enumeration MetaType.
Size The size of the metafile command - including derived class members.