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

Method BindWindowEx

libop/com/OpAutomation.cpp:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464STDMETHODIMP OpAutomation::BindWindowEx(LONGLONG display_hwnd, LONGLONG input_hwnd, BSTR display, BSTR mouse, BSTR keypad,
465 LONG mode, LONG *ret) {
466 obj.BindWindowEx(static_cast<LONG_PTR>(display_hwnd), static_cast<LONG_PTR>(input_hwnd), display, mouse, keypad, mode, ret);
467 return S_OK;
468}
469
470STDMETHODIMP OpAutomation::UnBindWindow(LONG *ret) {
471 obj.UnBindWindow(ret);

Callers 1

OpBindWindowExFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected