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

Method GetMousePointWindow

libop/com/OpAutomation.cpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253STDMETHODIMP OpAutomation::GetMousePointWindow(LONGLONG *rethwnd) {
254 //::Sleep(2000);
255 LONG_PTR hwnd = 0;
256 obj.GetMousePointWindow(&hwnd);
257 return SetOutValue(rethwnd, hwnd);
258}
259
260STDMETHODIMP OpAutomation::GetPointWindow(LONG x, LONG y, LONGLONG *rethwnd) {
261 LONG_PTR hwnd = 0;

Callers 1

OpGetMousePointWindowFunction · 0.45

Calls 1

SetOutValueFunction · 0.85

Tested by

no test coverage detected