| 47 | } |
| 48 | |
| 49 | HRESULT STDMETHODCALLTYPE CFlashUI::GetTypeInfoCount( __RPC__out UINT *pctinfo ) |
| 50 | { |
| 51 | return E_NOTIMPL; |
| 52 | } |
| 53 | |
| 54 | HRESULT STDMETHODCALLTYPE CFlashUI::GetTypeInfo( UINT iTInfo, LCID lcid, __RPC__deref_out_opt ITypeInfo **ppTInfo ) |
| 55 | { |
nothing calls this directly
no outgoing calls
no test coverage detected