Project

General

Profile

$dllcall » History » Revision 6

Revision 5 (Per Amundsen, 08/13/2014 07:16 AM) → Revision 6/8 (Per Amundsen, 08/13/2014 07:32 AM)

_Added in 1.9.2_ 

 *$dllcall(filename, alias, procname, data)* 

 Returns the value resulting from a call to a [[Scripting DLL|DLL]] file 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]] responds. 

 _At the moment only 64 bit DLL's can be loaded on 64 bit windows (even with the 32 bit AdiIRC), on 32 bit windows only 32 bit DLL's and even some mIRC DLL's can be loaded._ 

 *Parameters* 

 filename - [[Scripting DLL|DLL]] file to call. 
 alias - Alias to execute when the [[Scripting DLL|DLL]] responds. 
 procname - Procname to call. 
 data - Data to send to the [[Scripting DLL|DLL]].