$dll » History » Version 10
Per Amundsen, 08/13/2014 07:35 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 | 1 | Per Amundsen | N/Filename - The Nth loaded [[Scripting DLL|DLL]] or the [[Scripting DLL|DLL]] file to match. |
10 | 9 | Per Amundsen | |
11 | 6 | Per Amundsen | *$dll(filename, procname, data)* |
12 | 1 | Per Amundsen | |
13 | Returns the value resulting from a call to a [[Scripting DLL|DLL]] designed to work with AdiIRC. |
||
14 | 8 | Per Amundsen | |
15 | _At the moment only 64 bit DLL's can be loaded on 64 bit windows (even with the 32 bit AdiIRC), on 32 bit windows only 32 bit DLL's and even some mIRC DLL's can be loaded._ |
||
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. |