Project

General

Profile

$dllcall » History » Version 1

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

1 1 Per Amundsen
_Added in 1.9.2_
2
3
*$dllcall(filename, alias, procname, data)*
4
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
procname - Procname to call.
14
data - Data to send to the dll.