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
U_OBJ_ACCUM Struct Reference

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
 

Detailed Description

Used to accumulate data for objects continued over multiple records. see EMF+ manual 2.3.5.1.

Field Documentation

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


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