网站首页  词典首页

请输入您要查询的函数:

 

术语 ischarupper
释义 IsCharUpper
语法:
BOOL IsCharUpper( TCHAR ch
);
IsCharUpper功能
该IsCharUpper函数确定一个字符是否是大写。这种决心是根据所安装过程中或通过控制面板的用户选择的语言的语义。
参数
通道
[in]指定的字符进行测试。
返回值
如果字符是大写,则返回值为非零。
如果字符不是大写,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
在Windows 95/98/Me:IsCharUpperW是支持的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 概述 ,IsCharLower
==英文原文==IsCharUpper Function
The IsCharUpper function determines whether a character is uppercase. This determination is based on the semantics of the language selected by the user during setup or through Control Panel.
Syntax
BOOL IsCharUpper( TCHAR ch
);
Parameters
ch
[in] Specifies the character to be tested.
Return Value
If the character is uppercase, the return value is nonzero.
If the character is not uppercase, the return value is zero. To get extended error information, call GetLastError .
Remarks
Windows 95/98/Me: IsCharUpperW 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 , IsCharLower
==原始网址==http://msdn.microsoft.com/en-us/library/ms647485(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:19:16