|
libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
Serializer description records. More...
#include <upmf.h>
Data Fields | |
| const void * | Ptr |
| size_t | Units |
| size_t | Reps |
| int | TE |
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.
| 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.
1.8.5