Project

General

Profile

$dll » History » Revision 6

Revision 5 (Per Amundsen, 08/13/2014 07:16 AM) → Revision 6/14 (Per Amundsen, 08/13/2014 07:18 AM)

_Added in 1.9.2_ 

 *$dll(N/filename)* 

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

 *Parameters* 

 _Added in 1.9.2_ 

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

 *$dll(filename, procname, data)* *$dll(filename,procname,data)* 

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

 *Parameters* 

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