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

Method ComEvent

source/script_com.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 HRESULT Connect(LPTSTR pfx = NULL, IObject *ahkObject = NULL);
31
32 ComEvent(ComObject *obj, ITypeInfo *tinfo, IID iid)
33 : mCookie(0), mObject(obj), mTypeInfo(tinfo), mIID(iid), mAhkObject(NULL)
34 {
35 }
36 ~ComEvent()
37 {
38 mTypeInfo->Release();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected