| 660 | InvokeVoidFunction(&ICaptureContext::DelayedCallback, milliseconds, callback); |
| 661 | } |
| 662 | virtual IMainWindow *GetMainWindow() override |
| 663 | { |
| 664 | return InvokeRetFunction<IMainWindow *>(&ICaptureContext::GetMainWindow); |
| 665 | } |
| 666 | virtual IEventBrowser *GetEventBrowser() override |
| 667 | { |
| 668 | return InvokeRetFunction<IEventBrowser *>(&ICaptureContext::GetEventBrowser); |
no outgoing calls