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

Method GetWindowTitle

src/pkgDm/Dm2Java.java:314–316  ·  view source on GitHub ↗

获取窗口的标题 @param hwnd 指定的窗口句柄 @return 窗口的标题

(int hwnd)

Source from the content-addressed store, hash-verified

312 * @return 窗口的标题
313 */
314 public String GetWindowTitle(int hwnd){
315 return Dispatch.call(dm,"GetWindowTitle",hwnd).getString();
316 }
317
318 /**
319 * 移动指定窗口到指定位置

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected