$dll » History » Revision 12
« Previous |
Revision 12/14
(diff)
| Next »
Per Amundsen, 09/29/2015 10:04 AM
Added in 1.9.2
$dll(N|filename)
Returns the Nth loaded DLL or the matched DLL file.
Parameters
N|Filename - The Nth loaded DLL or the DLL file to match.
$dll(filename, procname, data)
Returns the value resulting from a call to a 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
filename - DLL file to call.
procname - Procname in the DLL file to call.
data - Data to send.
Updated by Per Amundsen about 9 years ago · 12 revisions