libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
Used to accumulate data for objects continued over multiple records. see EMF+ manual 2.3.5.1. More...
#include <upmf.h>
Data Fields | |
char * | accum |
uint32_t | space |
uint32_t | used |
int | Type |
int | Id |
Used to accumulate data for objects continued over multiple records. see EMF+ manual 2.3.5.1.
char* U_OBJ_ACCUM::accum |
data accumulates here
int U_OBJ_ACCUM::Id |
Object ID
uint32_t U_OBJ_ACCUM::space |
bytes allocated
int U_OBJ_ACCUM::Type |
ObjectType enumeration
uint32_t U_OBJ_ACCUM::used |
bytes in use