MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetTypeInfo

Method GetTypeInfo

DuiLib/Control/UIFlash.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected