| 52 | } |
| 53 | |
| 54 | HRESULT STDMETHODCALLTYPE CFlashUI::GetTypeInfo( UINT iTInfo, LCID lcid, __RPC__deref_out_opt ITypeInfo **ppTInfo ) |
| 55 | { |
| 56 | return E_NOTIMPL; |
| 57 | } |
| 58 | |
| 59 | HRESULT STDMETHODCALLTYPE CFlashUI::GetIDsOfNames( __RPC__in REFIID riid, __RPC__in_ecount_full(cNames ) LPOLESTR *rgszNames, UINT cNames, LCID lcid, __RPC__out_ecount_full(cNames) DISPID *rgDispId ) |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected