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

Function DynaParamToElement

source/script2.cpp:10561–10567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10559extern "C" double read_xmm0_double();
10560
10561static inline UINT_PTR DynaParamToElement(DYNAPARM& parm)
10562{
10563 if(parm.passed_by_address)
10564 return (UINT_PTR) &parm.value_uintptr;
10565 else
10566 return parm.value_uintptr;
10567}
10568#endif
10569
10570#ifdef WIN32_PLATFORM

Callers 1

script2.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected