libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
EMFTRACK Struct Reference

#include <uemf.h>

Data Fields

FILE * fp
 Open file.
 
size_t allocated
 Size of the buffer.
 
size_t used
 Amount consumed.
 
uint32_t records
 Number of records already contained.
 
uint16_t ignore
 size padding,not used
 
uint32_t PalEntries
 Number of PalEntries (set from U_EMREOF)
 
uint32_t chunk
 Number of bytes to add when more space is needed.
 
char * buf
 Buffer for constructing the EMF in memory.
 

Detailed Description

Storage for keeping track of properties of the growing EMF file as records are added.


The documentation for this struct was generated from the following file: