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

Method SetWindowText

libop/com/OpAutomation.cpp:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379STDMETHODIMP OpAutomation::SetWindowText(LONGLONG hwnd, BSTR title, LONG *nret) {
380 obj.SetWindowText(static_cast<LONG_PTR>(hwnd), title, nret);
381
382 return S_OK;
383}
384
385STDMETHODIMP OpAutomation::SetWindowTransparent(LONGLONG hwnd, LONG trans, LONG *nret) {
386 obj.SetWindowTransparent(static_cast<LONG_PTR>(hwnd), trans, nret);

Callers 1

OpSetWindowTextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected