| 664 | return InvokeRetFunction<IMainWindow *>(&ICaptureContext::GetMainWindow); |
| 665 | } |
| 666 | virtual IEventBrowser *GetEventBrowser() override |
| 667 | { |
| 668 | return InvokeRetFunction<IEventBrowser *>(&ICaptureContext::GetEventBrowser); |
| 669 | } |
| 670 | virtual IAPIInspector *GetAPIInspector() override |
| 671 | { |
| 672 | return InvokeRetFunction<IAPIInspector *>(&ICaptureContext::GetAPIInspector); |
no outgoing calls