_ismbbalpha, _ismbbalpha_l
Visual Studio 2010
Determines whether a particular multibyte character is alpha.
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.