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

Function GetObjectPtrProperty

source/script2.cpp:8982–8988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8980}
8981
8982ResultType GetObjectPtrProperty(IObject *aObject, LPTSTR aPropName, UINT_PTR &aPtr, ResultToken &aResultToken, bool aOptional)
8983{
8984 __int64 value = NULL;
8985 auto result = GetObjectIntProperty(aObject, aPropName, value, aResultToken, aOptional);
8986 aPtr = (UINT_PTR)value;
8987 return result;
8988}
8989
8990
8991ResultType DetermineTargetHwnd(HWND &aWindow, ResultToken &aResultToken, ExprTokenType &aToken)

Callers 2

GetBufferObjectPtrFunction · 0.85
BIF_DECLFunction · 0.85

Calls 1

GetObjectIntPropertyFunction · 0.85

Tested by

no test coverage detected