MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / GetTypeInfo

Method GetTypeInfo

source/script_com.cpp:1605–1609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1603}
1604
1605STDMETHODIMP IObjectComCompatible::GetTypeInfo(UINT itinfo, LCID lcid, ITypeInfo **pptinfo)
1606{
1607 *pptinfo = NULL;
1608 return E_NOTIMPL;
1609}
1610
1611static Array *g_IdToName;
1612static Object *g_NameToId;

Callers 2

GetClassTypeInfoFunction · 0.80
BIF_DECLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected