STRINGFORMAT_ Constants

The STRINGFORMAT_ enumeration constants describe different string formats.

STRINGFORMAT_ASCII
Specifies standard ASCII character format using one byte per character.
STRINGFORMAT_DBCS
Specifies standard DBCS character format using one or 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.

No extensibility. All 32 bits are reserved.