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

Method GetTypeInfoCount

source/script_com.cpp:1599–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1597}
1598
1599STDMETHODIMP IObjectComCompatible::GetTypeInfoCount(UINT *pctinfo)
1600{
1601 *pctinfo = 0;
1602 return S_OK;
1603}
1604
1605STDMETHODIMP IObjectComCompatible::GetTypeInfo(UINT itinfo, LCID lcid, ITypeInfo **pptinfo)
1606{

Callers 1

GetClassTypeInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected