Project

General

Profile

$dll » History » Version 12

Per Amundsen, 09/29/2015 10:04 AM

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
*Parameters*
8
9 11 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 12 Per Amundsen
_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._
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.