| 389 | } |
| 390 | |
| 391 | STDMETHODIMP OpAutomation::SendString(LONGLONG hwnd, BSTR str, LONG *ret) { |
| 392 | obj.SendString(static_cast<LONG_PTR>(hwnd), str, ret); |
| 393 | |
| 394 | return S_OK; |
| 395 | } |
| 396 | |
| 397 | STDMETHODIMP OpAutomation::SendStringIme(LONGLONG hwnd, BSTR str, LONG *ret) { |
| 398 | obj.SendStringIme(static_cast<LONG_PTR>(hwnd), str, ret); |