_ismbbalnum, _ismbbalnum_l
Visual Studio 2010
Determines whether a particular multibyte character is alpha or numeric.
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.