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

Method DisableScreenSave

src/pkgDm/Dm2Java.java:2437–2439  ·  view source on GitHub ↗

关闭屏幕保护 注 : 调用此函数后,可能在系统中还是看到屏保是开启状态。但实际上屏保已经失效了. 系统重启后,会失效。必须再重新调用一次. 此函数经常用在后台操作过程中. 避免被系统干扰. @return 0: 失败 1: 成功

()

Source from the content-addressed store, hash-verified

2435 * @return 0: 失败 1: 成功
2436 */
2437 public int DisableScreenSave(){
2438 return Dispatch.call(dm,"DisableScreenSave").getInt();
2439 }
2440
2441 /**
2442 * 退出系统(注销 重启 关机)

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected