_ismbbalpha, _ismbbalpha_l
Visual Studio 2012
Determines whether a particular multibyte character is alpha.
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 _ismbbalpha( unsigned int c ); int _ismbbalpha_l( unsigned int c );
|
Routine |
Required header |
|---|---|
|
_ismbbalpha |
<mbctype.h> |
|
_ismbbalpha_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