| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected