$dll » History » Version 14
Per Amundsen, 02/16/2023 09:31 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.2_ |
|---|---|---|---|
| 2 | |||
| 3 | 11 | Per Amundsen | *$dll(N|filename)* |
| 4 | 6 | Per Amundsen | |
| 5 | Returns the Nth loaded [[Scripting DLL|DLL]] or the matched [[Scripting DLL|DLL]] file. |
||
| 6 | |||
| 7 | 14 | Per Amundsen | _See also [[$dllcall]], [[/dll]], [[Scripting_DLL|DLL Support]]._ |
| 8 | 13 | Per Amundsen | |
| 9 | 6 | Per Amundsen | *Parameters* |
| 10 | 1 | Per Amundsen | |
| 11 | 13 | Per Amundsen | table(ktable). |
| 12 | |*Parameter*|*Description*| |
||
| 13 | | N<notextile>|</notextile>Filename | The Nth loaded [[Scripting DLL<notextile>|</notextile>DLL]] or the [[Scripting DLL<notextile>|</notextile>DLL]] file to match. | |
||
| 14 | 9 | Per Amundsen | |
| 15 | 6 | Per Amundsen | *$dll(filename, procname, data)* |
| 16 | 1 | Per Amundsen | |
| 17 | Returns the value resulting from a call to a [[Scripting DLL|DLL]] designed to work with AdiIRC. |
||
| 18 | |||
| 19 | _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._ |
||
| 20 | |||
| 21 | *Parameters* |
||
| 22 | |||
| 23 | 13 | Per Amundsen | table(ktable). |
| 24 | |*Parameter*|*Description*| |
||
| 25 | | filename | [[Scripting DLL<notextile>|</notextile>DLL]] file to call. | |
||
| 26 | | procname | Procname in the [[Scripting DLL<notextile>|</notextile>DLL]] file to call. | |
||
| 27 | | data | Data to send. | |