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

Serializer description records. More...

#include <upmf.h>

Data Fields

const void * Ptr
 
size_t Units
 
size_t Reps
 
int TE
 

Detailed Description

Serializer description records.

An array of these are passed to U_PMF_SERIAL_set() to construct EMF+ objects from their component parts. The U_PMF_SERIAL_set() function should not ever be called directly by end user code.

Field Documentation

const void* U_SERIAL_DESC::Ptr

Pointer to the first byte of the data field. Each data field is an array of a basic type of Units bytes repeated Reps times

size_t U_SERIAL_DESC::Reps

MNumber of repeats of Units in eah data field.

int U_SERIAL_DESC::TE

(Target Endian). Only relevant for Units of 2 or 4

size_t U_SERIAL_DESC::Units

Number of bytes in each unit of each data field.


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