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

Method IObjectPtr

source/script.h:1430–1430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428
1429public:
1430 IObjectPtr() : mObject(NULL) {}
1431 IObjectPtr(IObject *object) : mObject(object) {}
1432 ResultType ExecuteInNewThread(TCHAR *aNewThreadDesc
1433 , ExprTokenType *aParamValue = NULL, int aParamCount = 0, __int64 *aRetVal = NULL) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected