From WikiChip
Difference between revisions of "mirc/identifiers/$dll"
< mirc‎ | identifiers

(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...")
 
(Compatibility)
Line 13: Line 13:
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|6.6}}
+
{{mIRC compatibility|5.6}}
  
 
== See Also ==
 
== See Also ==

Revision as of 11:44, 13 March 2018

$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 v5.6
Added on: 03 Jun 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also