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.
No extensibility. All 32 bits are reserved.
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later.
Version: Requires TAPI 2.0 or later.
Header: Declared in Tapi.h.