Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

::

struct _rtl_TextEncodingInfo


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
Information about a text encoding.
File
tencinfo.h

Public Members

Data

sal_uInt32 StructSize; The size (in bytes) of this structure. Should be 12.
sal_uInt8 MinimumCharSize; The minimum number of bytes needed to encode any character in the given encoding.
sal_uInt8 MaximumCharSize; The maximum number of bytes needed to encode any character in the given encoding.
sal_uInt8 AverageCharSize; The average number of bytes needed to encode a character in the given encoding.
sal_uInt8 Reserved; An unused byte, for padding.
sal_uInt32 Flags;

Top of Page