Project

General

Profile

$dll » History » Revision 13

Revision 12 (Per Amundsen, 09/29/2015 10:04 AM) → Revision 13/14 (Per Amundsen, 02/16/2023 09:29 PM)

_Added in 1.9.2_ 

 *$dll(N|filename)* 

 Returns the Nth loaded [[Scripting DLL|DLL]] or the matched [[Scripting DLL|DLL]] file. 

 _See also [[/dll]], [[Scripting_DLL|DLL Support]]._ 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | N<notextile>|</notextile>Filename | N|Filename - The Nth loaded [[Scripting DLL<notextile>|</notextile>DLL]] DLL|DLL]] or the [[Scripting DLL<notextile>|</notextile>DLL]] DLL|DLL]] file to match. | 

 *$dll(filename, procname, data)* 

 Returns the value resulting from a call to a [[Scripting DLL|DLL]] designed to work with AdiIRC. 

 _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._ 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | filename | - [[Scripting DLL<notextile>|</notextile>DLL]] DLL|DLL]] file to call. | 
 | procname | - Procname in the [[Scripting DLL<notextile>|</notextile>DLL]] DLL|DLL]] file to call. | 
 | data | - Data to send. |