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

Holds EMF+ objects and records in EMF+ file format byte order. More...

#include <upmf.h>

Data Fields

char * Data
 
size_t Size
 
size_t Used
 
uint32_t Type
 

Detailed Description

Holds EMF+ objects and records in EMF+ file format byte order.

Field Documentation

char* U_PSEUDO_OBJ::Data

Buffer that hold's the PseudoObject's data

size_t U_PSEUDO_OBJ::Size

Number of bytes allocated in Data (may be >Used if padding is present)

uint32_t U_PSEUDO_OBJ::Type

Type numbers are from manual section: 1.2.3.4 -> 10203040

size_t U_PSEUDO_OBJ::Used

Number of data bytes that are stored in Data


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