#include <WinAPIEx.au3>的问题
#include <WinAPIEx.au3>$Pid = ProcessExists("explorer.exe")
MsgBox(64, "", _WinAPI_GetModuleFileNameEx($Pid))
不管新版还是老版都测试了无法获取进程路径地址
如果谁能测试成功并且获取路径请把WINAPIEX.au3文件提供下
万分感谢
qq42541547 #Include <WinAPIEx.au3>
$Pid = ProcessExists("explorer.exe")
MsgBox(0,"",_WinAPI_GetProcessFileName($pid))
页:
[1]