_ismbbtrail, _ismbbtrail_l
Determines whether a byte is a trailing byte of a multibyte character.
int _ismbbtrail( unsigned int c ); int _ismbbtrail_l( unsigned int c, _locale_t locale );
Parameters
- c
-
Integer to be tested.
- locale
-
Locale to use.
| Routine | Required header | Optional header | Compatibility |
|---|---|---|---|
| _ismbbtrail | <mbctype.h> or <mbstring.h> | <ctype.h>,* <limits.h>, <stdlib.h> | Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
| _ismbbtrail_l | <mbctype.h> or <mbstring.h> | <ctype.h>,* <limits.h>, <stdlib.h> | Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
* For manifest constants for the test conditions.
For more compatibility information, see Compatibility in the Introduction.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.