dm 大漠插件窗口GetWindowProcessPath 获取窗口文件路径本页总览GetWindowProcessPath 获取窗口文件路径 🎯功能 获取指定窗口所在的进程的exe文件全路径 📜语法 结果 = dm.GetWindowProcessPath(窗口句柄) 📥参数 参数数据类型解释窗口句柄整型数指定的窗口句柄 📤返回 字符串, 返回字符串表示的是exe全路径名 💡示例 process_path = dm.GetWindowProcessPath(hwnd) 📘备注 无