2.1.1.19 MetafileVersion Enumeration

The MetafileVersion Enumeration defines values that specify support for device-independent bitmaps (DIBs) in metafiles.

 typedef  enum
 {
   METAVERSION100 = 0x0100,
   METAVERSION300 = 0x0300
 } MetafileVersion;

METAVERSION100: DIBs are not supported.

METAVERSION300: DIBs are supported.