函数参考


_WinAPI_GetWindowFileName

检索指定窗口句柄关联模块的完整路径.

#Include <WinAPIEx.au3>
_WinAPI_GetWindowFileName ( $hWnd )

参数

$hWnd 获取模块文件名的窗体的句柄

返回值

成功: 返回完整路径和文件名.
失败: 返回空字符串,设置 @error 标志为非 0 值.

注意/说明

None

相关

详情参考

None