div
eof
확장 최소화
이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

_ismbbalnum, _ismbbalnum_l

Determines whether a particular multibyte character is alpha or numeric.


int _ismbbalnum(
   unsigned int c 
);
int _ismbbalnum_l(
   unsigned int c 
);

Parameters

c

Integer to be tested.

locale

Locale to use.

_ismbbalnum returns a nonzero value if the expression:

isalnum || _ismbbkalnum

is nonzero for c, or 0 if it is not.

The version of this function with the _l suffix is identical except that it uses the locale passed in instead of the current locale for its locale-dependent behavior.

Routine Required header Compatibility

_ismbbalnum

<mbctype.h>

Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003

_ismbbalnum_l

<mbctype.h>

Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003

For more compatibility information, see Compatibility in the Introduction.

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.

이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
Microsoft는 MSDN 웹 사이트에 대한 귀하의 의견을 이해하기 위해 온라인 설문 조사를 진행하고 있습니다. 참여하도록 선택하시면 MSDN 웹 사이트에서 나가실 때 온라인 설문 조사가 표시됩니다.

참여하시겠습니까?
© 2013 Microsoft. All rights reserved.