Project

General

Profile

Actions

$dll » History » Revision 8

« Previous | Revision 8/14 (diff) | Next »
Per Amundsen, 08/13/2014 07:32 AM


Added in 1.9.2

$dll(N/filename)

Returns the Nth loaded DLL or the matched DLL file.

Parameters

Added in 1.9.2

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.

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 - DLL file to call.
procname - Procname in the DLL file to call.
data - Data to send.

Updated by Per Amundsen almost 10 years ago · 8 revisions

Also available in: PDF HTML TXT