Project

General

Profile

$dllcall » History » Revision 2

Revision 1 (Per Amundsen, 08/13/2014 06:31 AM) → Revision 2/8 (Per Amundsen, 08/13/2014 06:46 AM)

_Added in 1.9.2_ 

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

 Returns the value resulting from a call to a 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 dll responds. 

 *Parameters* 

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