Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.89 KB

ismbbkalnum-ismbbkalnum-l.md

File metadata and controls

57 lines (42 loc) · 1.89 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: _ismbbkalnum, _ismbbkalnum_l
_ismbbkalnum, _ismbbkalnum_l
4/2/2020
_ismbbkalnum
_ismbbkalnum_l
_o__ismbbkalnum
_o__ismbbkalnum_l
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
api-ms-win-crt-multibyte-l1-1-0.dll
DLLExport
apiref
_ismbbkalnum
ismbbkalnum
ismbbkalnum_l
_ismbbkalnum_l
_ismbbkalnum_l function
ismbbkalnum_l function
_ismbbkalnum function
ismbbkalnum function
e1d70e7b-29d0-469c-9d93-442b99de22ac

_ismbbkalnum, _ismbbkalnum_l

Determines whether a particular multibyte character is a non-ASCII text symbol.

Syntax

int _ismbbkalnum(
   unsigned int c
);
int _ismbbkalnum_l(
   unsigned int c,
   _locale_t locale
);

Parameters

c
Integer to be tested.

locale
Locale to use.

Return value

_ismbbkalnum returns a nonzero value if the integer c is a non-ASCII text symbol other than punctuation. Otherwise, it returns 0. _ismbbkalnum uses the current locale for locale-dependent character information. _ismbbkalnum_l is identical to _ismbbkalnum except that it takes the locale as a parameter. For more information, see Locale.

Remarks

By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.

Requirements

Routine Required header
_ismbbkalnum <mbctype.h>
_ismbbkalnum_l <mbctype.h>

For more compatibility information, see Compatibility.

See also

Byte classification
_ismbb routines