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

Method SendPaste

src/pkgDm/Dm2Java.java:359–361  ·  view source on GitHub ↗

向指定窗口发送粘贴命令. 把剪贴板的内容发送到目标窗口 @param hwnd 指定的窗口句柄 @return 0: 失败 1:成功

(int hwnd)

Source from the content-addressed store, hash-verified

357 * @return 0: 失败 1:成功
358 */
359 public int SendPaste(int hwnd){
360 return Dispatch.call(dm,"SendPaste",hwnd).getInt();
361 }
362
363 /**
364 * 向指定窗口发送文本数据

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected