MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GetWindowProcessPath

Method GetWindowProcessPath

src/pkgDm/Dm2Java.java:275–277  ·  view source on GitHub ↗

获取指定窗口所在的进程的exe文件全路径. @param hwnd 窗口句柄 @return 返回字符串表示的是exe全路径名

(int hwnd)

Source from the content-addressed store, hash-verified

273 * @return 返回字符串表示的是exe全路径名
274 */
275 public String GetWindowProcessPath(int hwnd){
276 return Dispatch.call(dm,"GetWindowProcessPath",hwnd).getString();
277 }
278
279 /**
280 * 获取窗口在屏幕上的位置

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected