MCPcopy Create free account
hub / github.com/WallBreaker2/op / SendString

Method SendString

libop/com/OpAutomation.cpp:391–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391STDMETHODIMP OpAutomation::SendString(LONGLONG hwnd, BSTR str, LONG *ret) {
392 obj.SendString(static_cast<LONG_PTR>(hwnd), str, ret);
393
394 return S_OK;
395}
396
397STDMETHODIMP OpAutomation::SendStringIme(LONGLONG hwnd, BSTR str, LONG *ret) {
398 obj.SendStringIme(static_cast<LONG_PTR>(hwnd), str, ret);

Callers 1

OpSendStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected