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

Method SendString

src/pkgDm/Dm2Java.java:369–371  ·  view source on GitHub ↗

向指定窗口发送文本数据 @param hwnd 指定的窗口句柄 @param str 发送的文本数据 @return 0: 失败 1:成功

(int hwnd, String str)

Source from the content-addressed store, hash-verified

367 * @return 0: 失败 1:成功
368 */
369 public int SendString(int hwnd, String str){
370 return Dispatch.call(dm,"SendString",hwnd,str).getInt();
371 }
372
373 /**
374 * 向指定窗口发送文本数据<br/>

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected