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

Method BindWindow

libop/com/OpAutomation.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459STDMETHODIMP OpAutomation::BindWindow(LONGLONG hwnd, BSTR display, BSTR mouse, BSTR keypad, LONG mode, LONG *ret) {
460 obj.BindWindow(static_cast<LONG_PTR>(hwnd), display, mouse, keypad, mode, ret);
461 return S_OK;
462}
463
464STDMETHODIMP OpAutomation::BindWindowEx(LONGLONG display_hwnd, LONGLONG input_hwnd, BSTR display, BSTR mouse, BSTR keypad,
465 LONG mode, LONG *ret) {

Callers 1

OpBindWindowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected