﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
655	Suggestion: DllCall for pointers	anonymous		"What about calling functions with their pointer?
Now we can create DLLCallBack functions, but not call them out of other DLLs.
Why not change the DLLCall to support them, e.g. if DLL is empty then the function name could be the Pointer.
{{{
$MOD = _WinAPI_LoadLibrary(""Any.dll"")
$TheFuncPtr = DllCall(""Kernel32.dll"",""ptr"",""GetProcAddress"",""hwnd"",$MOD,""str"",""FuncName"")
$TheFuncPtr = $TheFuncPtr[0]
DllCall("""", ""none"", $TheFuncPtr, ""hwnd"", $param1, ""long"", $param2)
}}}"	Feature Request	closed		AutoIt		None	Rejected	DllCall pointer	
