Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1599
STDMETHODIMP IObjectComCompatible::GetTypeInfoCount(UINT *pctinfo)
1600
{
1601
*pctinfo = 0;
1602
return S_OK;
1603
}
1604
1605
STDMETHODIMP IObjectComCompatible::GetTypeInfo(UINT itinfo, LCID lcid, ITypeInfo **pptinfo)
1606
{
Callers
1
GetClassTypeInfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected