executes a label in AutoHotkey.dll
success := DllCall("AutoHotkey.dll\ahkFunction", "str", func, "str", param1, "str", param2, "str", param3, "str", param4, "Cdecl int")
| func | name of function in script running in AutoHotkey.dll |
| param1 | first parameter to function |
| param2 | second parameter to function |
| param3 | future use |
| param4 | future use |