Project

General

Profile

$dll » History » Revision 10

Revision 9 (Per Amundsen, 08/13/2014 07:35 AM) → Revision 10/14 (Per Amundsen, 08/13/2014 07:35 AM)

_Added in 1.9.2_ 

 *$dll(N/filename)* 

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

 *Parameters* 

 N/Filename - The Nth loaded [[Scripting DLL|DLL]] or the [[Scripting DLL|DLL]] file to match. 

 _Added in 1.9.2_ 

 *$dll(filename, procname, data)* 

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

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

 *Parameters* 

 filename - [[Scripting DLL|DLL]] file to call. 
 procname - Procname in the [[Scripting DLL|DLL]] file to call. 
 data - Data to send.