Project

General

Profile

$dllcall » History » Version 8

Per Amundsen, 02/16/2023 09:31 PM

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 8 Per Amundsen
_See also [[$dll]], [[/dll]], [[Scripting DLL|DLL Support]]._
10
11 7 Per Amundsen
_Only 64 bit DLL's can be loaded on 64 bit version of AdiIRC, on 32 bit version 32 bit DLL's and even some mIRC DLL's can be loaded._
12 6 Per Amundsen
13 1 Per Amundsen
*Parameters*
14
15 8 Per Amundsen
table(ktable).
16
|*Parameter*|*Description*|
17
| filename | [[Scripting DLL<notextile>|</notextile>DLL]] file to call. |
18
| alias | Alias to execute when the [[Scripting DLL<notextile>|</notextile>DLL]] responds. |
19
| procname | Procname to call. |
20
| data | Data to send to the [[Scripting DLL<notextile>|</notextile>DLL]]. |