网站首页  词典首页

请输入您要查询的函数:

 

术语 ischaralpha
释义 IsCharAlpha
语法:
BOOL IsCharAlpha( TCHAR ch
);
IsCharAlpha功能
该IsCharAlpha函数确定是否一个字符是字母字符。这种决心是根据所安装过程中或通过控制面板的用户选择的语言的语义。
参数
通道
[in]指定的字符进行测试。
返回值
如果字符是字母,则返回值为非零。
如果字符不是字母,则返回值是零。为了获得更多错误信息,调用GetLastError。
备注
在Windows 95/98/Me:IsCharAlphaW是支持的Unicode(MSLU)微软层。要使用此,您必须将某些文件到您的应用,概述了对Unicode的Microsoft层在Windows 95/98/Me系统。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
UnicodeImplemented为ANSI和Unicode版本。
参见
Strings 概述 ,IsCharAlphaNumeric
==英文原文==IsCharAlpha Function
The IsCharAlpha function determines whether a character is an alphabetical character. This determination is based on the semantics of the language selected by the user during setup or through Control Panel.
Syntax
BOOL IsCharAlpha( TCHAR ch
);
Parameters
ch
[in] Specifies the character to be tested.
Return Value
If the character is alphabetical, the return value is nonzero.
If the character is not alphabetical, the return value is zero. To get extended error information, call GetLastError .
Remarks
Windows 95/98/Me: IsCharAlphaW is supported by the Microsoft Layer for Unicode (MSLU). To use this, you must add certain files to your application, as outlined in Microsoft Layer for Unicode on Windows 95/98/Me Systems .
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
UnicodeImplemented as ANSI and Unicode versions.
See Also
Strings Overview , IsCharAlphaNumeric
==原始网址==http://msdn.microsoft.com/en-us/library/ms647482(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:23:16