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

Method SetWindowText

src/pkgDm/Dm2Java.java:436–438  ·  view source on GitHub ↗

设置窗口的标题 @param hwnd 指定的窗口句柄 @param title 标题 @return 0: 失败 1:成功

(int hwnd,String title)

Source from the content-addressed store, hash-verified

434 * @return 0: 失败 1:成功
435 */
436 public int SetWindowText(int hwnd,String title){
437 return Dispatch.call(dm,"SetWindowText",hwnd,title).getInt();
438 }
439
440 /**
441 * 设置窗口的透明度

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected