#include <convdata.h>
struct SCnvConversionData |
Public Member Enumerations | |
---|---|
enum | TEndianness { EUnspecified, EFixedLittleEndian, EFixedBigEndian } |
This structure doesn't intend to be used by external developers. For plugin creators, all they need is to include this header file in order to compile. All the plugin data are generated from provided perl scripts.
Any use of this structure externally are not proved to be compatible in future.
TEndianness | iEndiannessOfForeignCharacters |
SOneDirectionData | iForeignToUnicodeData |
SVariableByteData | iForeignVariableByteData |
TAny * | iSpareForFutureUse_1 |
TAny * | iSpareForFutureUse_2 |
SOneDirectionData | iUnicodeToForeignData |
Specifies the default endian-ness of the current character set. Used by SetDefaultEndiannessOfForeignCharacters().
Enumerator | Value | Description |
---|---|---|
EUnspecified | 0 | |
EFixedLittleEndian | 1 | |
EFixedBigEndian | 2 |