网站首页  词典首页

请输入您要查询的函数:

 

术语 realgetwindowclass
释义 RealGetWindowClass
语法:
UINT RealGetWindowClass( HWND hwnd,
LPTSTR pszType,
UINT cchType
);
RealGetWindowClass功能
该RealGetWindowClass函数检索一个字符串,指定窗口类型。
参数
hwnd
[in]句柄的类型将检索窗口。
pszType
[out]指向一个字符串,它接收窗口类型。
cchType
[in]指定的长度,在TCHAR,缓冲区的指向的pszType参数。
返回值
如果函数成功,返回值是TCHAR人数复制到指定的缓冲区。
如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
视窗98/MeRealGetWindowClassW是支持的Unicode(MSLU)微软层。要使用此,您必须将某些文件到您的应用,概述了对Unicode的Microsoft层在Windows 95/98/Me系统。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低经营systemsWindows 98时,Windows NT 4.0 SP4中
UnicodeImplemented为Unicode版本。
参见
视窗概述
==英文原文==RealGetWindowClass Function
The RealGetWindowClass function retrieves a string that specifies the window type.
Syntax
UINT RealGetWindowClass( HWND hwnd,
LPTSTR pszType,
UINT cchType
);
Parameters
hwnd
[in] Handle to the window whose type will be retrieved.
pszType
[out] Pointer to a string that receives the window type.
cchType
[in] Specifies the length, in TCHAR, of the buffer pointed to by the pszType parameter.
Return Value
If the function succeeds, the return value is the number of TCHAR copied to the specified buffer.
If the function fails, the return value is zero. To get extended error information, call GetLastError .
Remarks
Windows 98/MeRealGetWindowClassW 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 98, Windows NT 4.0 SP4
UnicodeImplemented as Unicode version.
See Also
Windows Overview
==原始网址==http://msdn.microsoft.com/en-us/library/ms633538(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:15:28