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

Method SetScreen

src/pkgDm/Dm2Java.java:2583–2585  ·  view source on GitHub ↗

设置系统的分辨率 系统色深 @param width 屏幕宽度 @param height 屏幕高度 @param depth 系统色深 @return 0: 失败 1: 成功

(int width,int height,int depth)

Source from the content-addressed store, hash-verified

2581 * @return 0: 失败 1: 成功
2582 */
2583 public int SetScreen(int width,int height,int depth){
2584 return Dispatch.call(dm,"SetScreen",width,height,depth).getInt();
2585 }
2586
2587 /**
2588 * 设置当前系统的UAC(用户账户控制).

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected