| 296 | } |
| 297 | |
| 298 | STDMETHODIMP OpAutomation::GetWindowProcessId(LONGLONG hwnd, LONG *nretpid) { |
| 299 | obj.GetWindowProcessId(static_cast<LONG_PTR>(hwnd), nretpid); |
| 300 | |
| 301 | return S_OK; |
| 302 | } |
| 303 | |
| 304 | STDMETHODIMP OpAutomation::GetWindowProcessPath(LONGLONG hwnd, BSTR *retstring) { |
| 305 | wstring s; |
no outgoing calls
no test coverage detected