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

Method GetTypeInfoCount

DuiLib/Control/UIWebBrowser.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46STDMETHODIMP DuiLib::CWebBrowserUI::GetTypeInfoCount( UINT *iTInfo )
47{
48 *iTInfo = 0;
49 return E_NOTIMPL;
50}
51
52STDMETHODIMP DuiLib::CWebBrowserUI::GetTypeInfo( UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo )
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected