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

Function DefineComPrototypeMembers

source/script_com.cpp:1303–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301
1302
1303void DefineComPrototypeMembers()
1304{
1305 Object::DefineMembers(Object::sComValuePrototype, _T("ComValue"), ComObject::sValueMembers, _countof(ComObject::sValueMembers));
1306 Object::DefineMembers(Object::sComRefPrototype, _T("ComValueRef"), ComObject::sRefMembers, _countof(ComObject::sRefMembers));
1307 Object::DefineMembers(Object::sComArrayPrototype, _T("ComObjArray"), ComObject::sArrayMembers, _countof(ComObject::sArrayMembers));
1308}
1309
1310
1311ResultType ComObject::Invoke(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)

Callers 1

CreateRootPrototypesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected