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
Macros
uemf_endian.h File Reference

Defintions and prototype for function for converting EMF records between Big Endian and Little Endian byte orders. More...

Go to the source code of this file.

Macros

#define U_BYTE_SWAP   0
 byte swapping into metafile is not required
 
#define U_IS_BE   0
 this machine is not big endian
 
#define U_IS_LE   1
 this machine is little endian
 
#define U_XE   0
 do not rearrange endian for target
 
#define U_LE   1
 target is Little Endian
 
#define U_BE   2
 target is Big Endian
 
#define U_RP   4
 replicate first instance
 
#define U_XX   0xFF
 may be used to terminate a list of these target entries
 

Detailed Description

Defintions and prototype for function for converting EMF records between Big Endian and Little Endian byte orders.