From WikiChip
Difference between revisions of "mirc/identifiers/$dll"
(Created page with "{{mirc title|$dll Identifier}}'''$dll''' call a function of a dll, and eventually returns a value if the function is made to return a value. More informations about dll {{mIRC...") |
(No difference)
|
Revision as of 10:38, 13 March 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$dll call a function of a dll, and eventually returns a value if the function is made to return a value. More informations about dll here
Synopsis
$dll(name.dll,procname,data)
Paramters
- name.dll - the filename to the dll
- procname - procname, the name of the function in the dll
- data - a string/parameter passed to the function
Example
Compatibility
Added: mIRC v6.6
Added on: INVALID version INPUT TO {{mIRC date}} template.
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.