Project

General

Profile

$dll » History » Version 8

Per Amundsen, 08/13/2014 07:32 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
Returns the value resulting from a call to a [[Scripting DLL|DLL]] designed to work with AdiIRC.
16 8 Per Amundsen
17
_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._
18 1 Per Amundsen
19
*Parameters*
20
21 4 Per Amundsen
filename - [[Scripting DLL|DLL]] file to call.
22 5 Per Amundsen
procname - Procname in the [[Scripting DLL|DLL]] file to call.
23 1 Per Amundsen
data - Data to send.