IsWindowEnabled 函式 (winuser.h)
判斷是否為滑鼠和鍵盤輸入啟用指定的視窗。
語法
BOOL IsWindowEnabled(
[in] HWND hWnd
);
參數
[in] hWnd
類型: HWND
要測試之視窗的句柄。
傳回值
類型: BOOL
如果啟用視窗,則傳回值為非零。
如果未啟用視窗,則傳回值為零。
備註
只有當子視窗同時啟用且可見時,才會接收輸入。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | winuser.h (包括 Windows.h) |
程式庫 | User32.lib |
Dll | User32.dll |
API 集合 | Windows 10 10.0.149) 3 版中引進的 ext-ms-win-ntuser-window-l1-1-4 ( |
另請參閱
概念
參考