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

Method SetWindowSize

src/pkgDm/Dm2Java.java:402–404  ·  view source on GitHub ↗

设置窗口的大小 @param hwnd 指定的窗口句柄 @param width 宽度 @param height 高度 @return 0: 失败 1:成功

(int hwnd,int width,int height)

Source from the content-addressed store, hash-verified

400 * @return 0: 失败 1:成功
401 */
402 public int SetWindowSize(int hwnd,int width,int height){
403 return Dispatch.call(dm,"SetWindowSize",hwnd,width,height).getInt();
404 }
405
406 /**
407 * 设置窗口的状态

Callers 2

mainMethod · 0.95
GameWindowAdjustMethod · 0.80

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by 1

mainMethod · 0.76