5.1.1.14 STRINGFORMAT

The STRINGFORMAT enumeration constants describe different string formats.

STRINGFORMAT_ASCII

0x00000001

STRINGFORMAT_DBCS

0x00000002

STRINGFORMAT_UNICODE

0x00000003

STRINGFORMAT_BINARY

0x00000004


Values

The STRINGFORMAT constants have the following values.

StringFormat_ASCII
Specifies standard ASCII character format using one byte per character.

StringFormat_DBCS
Specifies standard DBCS character format using two bytes per character.

StringFormat_unicode
Specifies standard Unicode character format using two bytes per character.

StringFormat_binary
This is an array of unsigned characters; could be used for numeric values.

Extensibility

Values in the range 0x80000000 to 0xFFFFFFFF can be assigned for device specific extensions; values in the range 0x00000000 to 0x7FFFFFFF are reserved.

Comments

None.

See Also

Data Types: VARSTRING