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

Method SetClipboard

src/pkgDm/Dm2Java.java:2572–2574  ·  view source on GitHub ↗

设置剪贴板的内容 @param value 以字符串表示的剪贴板内容 @return 0: 失败 1: 成功

(String value)

Source from the content-addressed store, hash-verified

2570 * @return 0: 失败 1: 成功
2571 */
2572 public int SetClipboard(String value){
2573 return Dispatch.call(dm,"SetClipboard",value).getInt();
2574 }
2575
2576 /**
2577 * 设置系统的分辨率 系统色深

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected