$dll » History » Version 6
Per Amundsen, 08/13/2014 07:18 AM
1 | 1 | Per Amundsen | _Added in 1.9.2_ |
---|---|---|---|
2 | |||
3 | 6 | Per Amundsen | *$dll(N/filename)* |
4 | |||
5 | Returns the Nth loaded [[Scripting DLL|DLL]] or the matched [[Scripting DLL|DLL]] file. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | _Added in 1.9.2_ |
||
10 | |||
11 | N/Filename - The Nth loaded [[Scripting DLL|DLL]] or the [[Scripting DLL|DLL]] file to match. |
||
12 | |||
13 | *$dll(filename, procname, data)* |
||
14 | 1 | Per Amundsen | |
15 | 4 | Per Amundsen | Returns the value resulting from a call to a [[Scripting DLL|DLL]] designed to work with AdiIRC. |
16 | 1 | Per Amundsen | |
17 | *Parameters* |
||
18 | |||
19 | 4 | Per Amundsen | filename - [[Scripting DLL|DLL]] file to call. |
20 | 5 | Per Amundsen | procname - Procname in the [[Scripting DLL|DLL]] file to call. |
21 | 1 | Per Amundsen | data - Data to send. |