| 41 | } |
| 42 | |
| 43 | LPVOID CFlashUI::GetInterface( LPCTSTR pstrName ) |
| 44 | { |
| 45 | if( _tcscmp(pstrName, DUI_CTR_FLASH) == 0 ) return static_cast<CFlashUI*>(this); |
| 46 | return CActiveXUI::GetInterface(pstrName); |
| 47 | } |
| 48 | |
| 49 | HRESULT STDMETHODCALLTYPE CFlashUI::GetTypeInfoCount( __RPC__out UINT *pctinfo ) |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected