ahkgetvar() [AutoHotkey.dll]


executes a label in AutoHotkey.dll

success := DllCall("AutoHotkey.dll\ahkgetvar", "str", name, "str", value, "Cdecl uint")

Parameters

name name of variable in script running in AutoHotkey.dll
value place to put the value of the variable

Remarks


its ahkgetvar, not ahkGetvar. case is important for dllcall.