| 377 | } |
| 378 | |
| 379 | STDMETHODIMP OpAutomation::SetWindowText(LONGLONG hwnd, BSTR title, LONG *nret) { |
| 380 | obj.SetWindowText(static_cast<LONG_PTR>(hwnd), title, nret); |
| 381 | |
| 382 | return S_OK; |
| 383 | } |
| 384 | |
| 385 | STDMETHODIMP OpAutomation::SetWindowTransparent(LONGLONG hwnd, LONG trans, LONG *nret) { |
| 386 | obj.SetWindowTransparent(static_cast<LONG_PTR>(hwnd), trans, nret); |