From WikiChip
Difference between revisions of "mirc/identifiers/$dllcall"
(Created page with "{{mirc title|$dllcall Identifier}}'''$dllcall''' call a function of a dll, just like {{mIRC|$dll}}, but is 'multithreaded', it won't halt the script and will call the specifie...") |
|||
Line 1: | Line 1: | ||
− | {{mirc title|$dllcall Identifier}}'''$dllcall''' call a function of a dll, just like {{mIRC|$dll}}, but is 'multithreaded', it won't halt the script and will call the specified alias once the call returns. | + | {{mirc title|$dllcall Identifier}}'''$dllcall''' call a function of a dll, just like {{mIRC|$dll}}, but is 'multithreaded', it won't halt the script and will call the specified alias once the call returns. $dllcall does not return a value. |
Revision as of 16:55, 11 March 2019
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$dllcall call a function of a dll, just like $dll, but is 'multithreaded', it won't halt the script and will call the specified alias once the call returns. $dllcall does not return a value.
Synopsis
$dllcall(name.dll,alias,procname,data)
Paramters
- name.dll - the filename to the dll
- alias - The alias to be called once the function call returns.
- procname - procname, the name of the function in the dll
- data - a string/parameter passed to the function
Example
Compatibility
Added: mIRC v6.1
Added on: 29 Aug 2003
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.