| 245 | } |
| 246 | |
| 247 | STDMETHODIMP OpAutomation::GetForegroundWindow(LONGLONG *rethwnd) { |
| 248 | LONG_PTR hwnd = 0; |
| 249 | obj.GetForegroundWindow(&hwnd); |
| 250 | return SetOutValue(rethwnd, hwnd); |
| 251 | } |
| 252 | |
| 253 | STDMETHODIMP OpAutomation::GetMousePointWindow(LONGLONG *rethwnd) { |
| 254 | //::Sleep(2000); |
no test coverage detected