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

Method SetUAC

src/pkgDm/Dm2Java.java:2592–2594  ·  view source on GitHub ↗

设置当前系统的UAC(用户账户控制). @param enable 0 : 关闭UAC 1 : 开启UAC @return 0: 操作失败 1: 操作成功

(int enable)

Source from the content-addressed store, hash-verified

2590 * @return 0: 操作失败 1: 操作成功
2591 */
2592 public int SetUAC(int enable){
2593 return Dispatch.call(dm,"SetUAC",enable).getInt();
2594 }
2595
2596 /**
2597 * 停止指定的音乐.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected