_ismbbtrail
Visual Studio .NET 2003
int _ismbbtrail( unsigned int c );
Parameter
- c
- Integer to be tested.
Return Value
_ismbbtrail returns a nonzero value if the integer c is the second byte of a multibyte character. For example, in code page 932 only, valid ranges are 0x40 – 0x7E and 0x80 – 0xEC.
Requirements
| Routine | Required header | Optional headers | Compatibility |
|---|---|---|---|
| _ismbbtrail | <mbctype.h> or <mbstring.h> | <ctype.h>,* <limits.h>, <stdlib.h> | Win 98, Win Me, Win NT, Win 2000, Win XP |
* For manifest constants for the test conditions.
For additional compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.
See Also
Byte Classification Routines | _ismbb Routines | Run-Time Routines and .NET Framework Equivalents