函数参考
_WinAPI_DestroyWindow
销毁指定的窗口
#Include <WinAPI.au3>
_WinAPI_DestroyWindow($hWnd)
参数
$hWnd
窗口句柄
返回值
成功:
返回 True
失败:
返回 False
注意/说明
不能使用 _WinAPI_DestroyWindow 摧毁不同线程创建的窗口
相关
_WinAPI_CreateWindowEx
详情参考
在MSDN中搜索