$dllcall » History » Revision 3
Revision 2 (Per Amundsen, 08/13/2014 06:46 AM) → Revision 3/8 (Per Amundsen, 08/13/2014 06:59 AM)
_Added in 1.9.2_ *$dllcall(filename, alias, [[procname]], data)* Returns the value resulting from a call to a [[Scripting DLL|DLL]] DLL designed to work with AdiIRC. $dllcall is multi-threaded so it will not halt the script and will call the specified alias once the [[Scripting DLL|DLL]] dll responds. *Parameters* filename - [[Scripting DLL|DLL]] DLL file to call. alias - Alias to execute when the [[Scripting DLL|DLL]] dll responds. [[procname]] - Procname to call. data - Data to send to the [[Scripting DLL|DLL]]. dll.