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

Method GetWindowClass

src/pkgDm/Dm2Java.java:257–259  ·  view source on GitHub ↗

获取窗口的类名 @param hwnd 指定的窗口句柄 @return 窗口的类名

(int hwnd)

Source from the content-addressed store, hash-verified

255 * @return 窗口的类名
256 */
257 public String GetWindowClass(int hwnd){
258 return Dispatch.call(dm, "GetWindowClass",hwnd).getString();
259 }
260
261 /**
262 * 获取指定窗口所在的进程ID.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected