82809085 发表于 2012-7-14 05:14:04

#include <WinAPIEx.au3>的问题

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

happytc 发表于 2012-7-14 05:45:40

#Include <WinAPIEx.au3>
$Pid = ProcessExists("explorer.exe")
MsgBox(0,"",_WinAPI_GetProcessFileName($pid))
页: [1]
查看完整版本: #include <WinAPIEx.au3>的问题