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

Method GetIDsOfNames

source/script_com.cpp:1037–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037STDMETHODIMP ComEvent::GetIDsOfNames(REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
1038{
1039 return mTypeInfo->GetIDsOfNames(rgszNames, cNames, rgDispId);
1040}
1041
1042STDMETHODIMP ComEvent::Invoke(DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
1043{

Callers 1

InvokeMethod · 0.80

Calls 5

GetStringMethod · 0.80
GetOwnPropMethod · 0.80
SetOwnPropMethod · 0.80
AppendMethod · 0.45
LengthMethod · 0.45

Tested by

no test coverage detected