函数参考


_WinAPI_GetForegroundWindow

返回前台窗口的句柄

#Include <WinAPI.au3>
_WinAPI_GetForegroundWindow()

参数

None.

返回值

成功: 返回前台窗口句柄
失败: 前台窗口可以在某些情况下为空,如窗口激活失败

注意/说明

None.

相关

详情参考

在MSDN中搜索


示例/演示


#include <WinAPI.au3>

MsgBox(4096, "Handle", "Get Foreground Window: " & _WinAPI_GetForegroundWindow())