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

(Compatibility)
Line 5: Line 5:
 
<pre>$dll(name.dll,procname,data)</pre>
 
<pre>$dll(name.dll,procname,data)</pre>
  
== Paramters ==
+
== Parameters ==
 
* '''name.dll''' - the filename to the dll
 
* '''name.dll''' - the filename to the dll
 
* '''procname''' - procname, the name of the function in the dll
 
* '''procname''' - procname, the name of the function in the dll
 
* '''data''' - a string/parameter passed to the function
 
* '''data''' - a string/parameter passed to the function
 +
 +
== Properties ==
 +
 +
None
  
 
== Example ==
 
== Example ==

Revision as of 18:09, 11 March 2019

$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)

Parameters

  • 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

Properties

None

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