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