Warning: This feature is experimental. It may not work, may contain bugs or may be changed or removed without notice.
DO NOT REPORT BUGS OR REQUEST NEW FEATURES FOR THIS FEATURE.
USE AT YOUR OWN RISK.
Function Reference
PluginOpen
Open a plugin file.
Parameters
| filename |
Filename of the plugin file to open. |
Return Value
| Success: |
Returns a dll "handle" to be used to close the plugin. |
| Failure: |
Returns 0. |
Remarks
None.
Related
PluginClose
Example
Local $handle = PluginOpen("example.dll")