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

Method GetPointWindow

libop/com/OpAutomation.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260STDMETHODIMP OpAutomation::GetPointWindow(LONG x, LONG y, LONGLONG *rethwnd) {
261 LONG_PTR hwnd = 0;
262 obj.GetPointWindow(x, y, &hwnd);
263 return SetOutValue(rethwnd, hwnd);
264}
265
266STDMETHODIMP OpAutomation::GetProcessInfo(LONG pid, BSTR *retstring) {
267 wstring s;

Callers 1

OpGetPointWindowFunction · 0.45

Calls 1

SetOutValueFunction · 0.85

Tested by

no test coverage detected