网站首页  词典首页

请输入您要查询的函数:

 

术语 iswindowenabled
释义 IsWindowEnabled
语法:
BOOL IsWindowEnabled( HWND hWnd
);
IsWindowEnabled函数
该IsWindowEnabled函数确定指定的窗口是否是鼠标和键盘输入功能。
参数
hWnd
[in]的窗口句柄测试。
返回值
如果窗口已启用,则返回值为非零。
如果窗口未启用,则返回值是零。
备注
窗口接收的孩子只有当它被启用和可见的投入。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
参见
键盘输入,EnableWindow,IsWindowVisible
==英文原文==IsWindowEnabled Function
The IsWindowEnabled function determines whether the specified window is enabled for mouse and keyboard input.
Syntax
BOOL IsWindowEnabled( HWND hWnd
);
Parameters
hWnd
[in] Handle to the window to test.
Return Value
If the window is enabled, the return value is nonzero.
If the window is not enabled, the return value is zero.
Remarks
A child window receives input only if it is both enabled and visible.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
See Also
Keyboard Input , EnableWindow , IsWindowVisible
==原始网址==http://msdn.microsoft.com/en-us/library/ms646303(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 11:32:33