| 622 | } |
| 623 | |
| 624 | IWebBrowser2* DuiLib::CWebBrowserUI::GetWebBrowser2( void ) |
| 625 | { |
| 626 | return m_pWebBrowser2; |
| 627 | } |
| 628 | |
| 629 | HRESULT STDMETHODCALLTYPE DuiLib::CWebBrowserUI::QueryStatus( __RPC__in_opt const GUID *pguidCmdGroup, ULONG cCmds, __RPC__inout_ecount_full(cCmds ) OLECMD prgCmds[ ], __RPC__inout_opt OLECMDTEXT *pCmdText ) |
| 630 | { |
nothing calls this directly
no outgoing calls
no test coverage detected