dll_open (STRING* pathname)

Opens a DLL plugin with the given name. Plugin functions and engine extensions can be called afterwards.

Parameters:

pathname - the DLL's file name including the relative or absolute path (char* or STRING*).

Returns:

0 if the DLL can't be found, otherwise nonzero.

Remarks:

Edition:

 A6.6 

Example:

dll_open("dlls\\driver.dll");

See also:

Plugins, PLUGINDIR ► latest version online