_ismbbalnum, _ismbbalnum_l
Visual Studio 2012
Determines whether a particular multibyte character is alpha or numeric.
Important
|
|---|
|
This API cannot be used in applications that execute in the Windows Runtime. For more information, see CRT functions not supported with /ZW. |
int _ismbbalnum( unsigned int c ); int _ismbbalnum_l( unsigned int c );
|
Routine |
Required header |
|---|---|
|
_ismbbalnum |
<mbctype.h> |
|
_ismbbalnum_l |
<mbctype.h> |
For more compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.
Important