$dllcall » History » Version 5
Per Amundsen, 08/13/2014 07:16 AM
1 | 1 | Per Amundsen | _Added in 1.9.2_ |
---|---|---|---|
2 | |||
3 | 5 | Per Amundsen | *$dllcall(filename, alias, procname, data)* |
4 | 1 | Per Amundsen | |
5 | 4 | Per Amundsen | Returns the value resulting from a call to a [[Scripting DLL|DLL]] file designed to work with AdiIRC. |
6 | 1 | Per Amundsen | |
7 | 3 | Per Amundsen | $dllcall is multi-threaded so it will not halt the script and will call the specified alias once the [[Scripting DLL|DLL]] responds. |
8 | 1 | Per Amundsen | |
9 | *Parameters* |
||
10 | |||
11 | 3 | Per Amundsen | filename - [[Scripting DLL|DLL]] file to call. |
12 | alias - Alias to execute when the [[Scripting DLL|DLL]] responds. |
||
13 | 5 | Per Amundsen | procname - Procname to call. |
14 | 3 | Per Amundsen | data - Data to send to the [[Scripting DLL|DLL]]. |