STRINGFORMAT_ Constants

The STRINGFORMAT_ constants describe different string formats.

STRINGFORMAT_ASCII

Specifies standard ASCII character format using one byte per character.

STRINGFORMAT_BINARY

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

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.

Remarks

No extensibility. All 32 bits are reserved.

Requirements

Requirement Value
TAPI version
Requires TAPI 2.0 or later
Header
Tapi.h