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

Method WriteString

libop/com/OpAutomation.cpp:1420–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420STDMETHODIMP OpAutomation::WriteString(LONGLONG hwnd, BSTR address, LONG type, BSTR value, LONG *ret) {
1421 obj.WriteString(static_cast<LONG_PTR>(hwnd), address, type, value, ret);
1422 return S_OK;
1423}
1424
1425STDMETHODIMP OpAutomation::CvLoadTemplate(BSTR name, BSTR file_path, LONG *ret) {
1426 obj.CvLoadTemplate(name, file_path, ret);

Callers 1

OpWriteStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected