formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Utility
Description
Character byte identifiers. These are the return values from . The values represents what type each byte is in a multibyte character string.
enum fzrt_char_byte_td {
FZRT_SMSINGLEBYTE,
FZRT_SMFIRSTBYTE,
FZRT_SMLASTBYTE,
FZRT_SMMIDDLEBYTE };
Members
FZRT_SMSINGLEBYTE
- The byte is a single byte character
FZRT_SMFIRSTBYTE
- The byte is the first byte of a multi-byte character
FZRT_SMLASTBYTE
- The byte is the last byte of a multi-byte character
FZRT_SMMIDDLEBYTE
- The byte is a middle byte of a multi-byte character
Availability
5.5.0.0
See Also
Defined in