| 142 | } |
| 143 | |
| 144 | STDMETHODIMP_(ULONG) DuiLib::CWebBrowserUI::Release() |
| 145 | { |
| 146 | ULONG ulRefCount = InterlockedDecrement(&m_dwRef); |
| 147 | return ulRefCount; |
| 148 | } |
| 149 | |
| 150 | void DuiLib::CWebBrowserUI::Navigate2( LPCTSTR lpszUrl ) |
| 151 | { |
no outgoing calls
no test coverage detected