_ismbblead
int _ismbblead (int inputByte);
Purpose
Returns TRUE if its input byte is a valid lead byte in the current code page. On single byte systems this function always returns FALSE.
![]() |
Note _ismbblead does not consider the context in which the input byte was found. If the context of the input byte is relevant, use _mbsbtype instead. |
Refer to the Programming for Multibyte Character Sets in LabWindows/CVI topic for information about working with multibyte character sets.
Parameters
Input | ||
Name | Type | Description |
inputByte | int | Contains the input byte to be tested. |
Return Value
Name | Type | Description |
isLeadByte | int | Contains TRUE if the input byte is a valid lead byte in the current code page. Otherwise it contains FALSE. On single byte systems this function always returns FALSE. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 6.0 and later