libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
#include <uwmf.h>
Data Fields | |
uint8_t | iType |
RecordType Enumeration, must be 1. | |
uint8_t | xb |
Extra high order byte associated with record type. | |
uint16_t | Size16w |
Total number of 16bit words in record. | |
uint16_t | version |
Metafile version Enumeration. | |
uint16_t | Sizew [2] |
reassemble/store the Size (16 bit words in entire file) using Sizew, the 32 bit value is not aligned | |
uint16_t | nObjects |
Total number of brushes, pens, and other graphics objects defined in this file. | |
uint32_t | maxSize |
Largest record in file, in number of 16bit words (This uint32_t is aligned) | |
uint16_t | nMembers |
Unused, should be 0. | |
WMF manual 2.3.2.2 META_HEADER