Project

General

Profile

$dllcall » History » Version 2

Per Amundsen, 08/13/2014 06:46 AM

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