| 436 | } |
| 437 | |
| 438 | void DuiLib::CWebBrowserUI::Refresh2( int Level ) |
| 439 | { |
| 440 | CVariant vLevel; |
| 441 | vLevel.vt=VT_I4; |
| 442 | vLevel.intVal=Level; |
| 443 | m_pWebBrowser2->Refresh2(&vLevel); |
| 444 | } |
| 445 | |
| 446 | void DuiLib::CWebBrowserUI::SetAttribute( LPCTSTR pstrName, LPCTSTR pstrValue ) |
| 447 | { |
nothing calls this directly
no outgoing calls
no test coverage detected