AhkLabel() [AutoHotkey.dll]


executes a label in AutoHotkey.dll

success := DllCall("AutoHotkey.dll\ahkLabel", "str", labelname, "Cdecl UInt")

Parameters

labelname name of label in script running in AutoHotkey.dll

Remarks


its ahkLabel, not ahklabel. case is important for dllcall.