Information about the source and target endian.
typedef struct _conv_endian_t { USHORT source; /* Source information. */ USHORT target; /* Target information. */ } conv_endian_t; typedef conv _ endian _ t * pconv _ endian _ t ;