| 323 | } |
| 324 | |
| 325 | STDMETHODIMP OpAutomation::GetWindowState(LONGLONG hwnd, LONG flag, LONG *rethwnd) { |
| 326 | obj.GetWindowState(static_cast<LONG_PTR>(hwnd), flag, rethwnd); |
| 327 | |
| 328 | return S_OK; |
| 329 | } |
| 330 | |
| 331 | STDMETHODIMP OpAutomation::GetWindowTitle(LONGLONG hwnd, BSTR *rettitle) { |
| 332 | wstring s; |