Project

General

Profile

Actions

Added in 1.9.2

$dllcall(filename, alias, procname, data)

Returns the value resulting from a call to a DLL file designed to work with AdiIRC.

$dllcall is multi-threaded so it will not halt the script and will call the specified alias once the DLL responds.

See also $dll, /dll, DLL Support.

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

Parameter Description
filename DLL file to call.
alias Alias to execute when the DLL responds.
procname Procname to call.
data Data to send to the DLL.

Updated by Per Amundsen about 1 year ago · 8 revisions

Also available in: PDF HTML TXT