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

Method ComObject

source/script_com.h:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 ComObject(IDispatch *pdisp)
94 : mVal64((__int64)pdisp), mVarType(VT_DISPATCH), mEventSink(NULL), mFlags(0) { }
95 ComObject(__int64 llVal, VARTYPE vt, USHORT flags = 0)
96 : mVal64(llVal), mVarType(vt), mEventSink(NULL), mFlags(flags) { }
97 ~ComObject()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected