Allows you to call custom-built Dynamic
Link Libraries for MS Windows. These DLLs can be developed in any
Windows development language, as long as exported functions conform
to the Pascal Calling Convention:
void EXPORT WINAPI
MyCustomDllFunction (HWND, hWnd, Char
**params, int num_params)
A window handle of USoft
Developer.
The parameter list (array of
character strings) of the action-dll-execute() method.
The number of parameters of
the action-dll-execute()
method.
Syntax
ActionDllExecute(<library_name>)
Parameters
library_name
The name of the DLL.
function_name, or function_number
The name or number of the function to execute.
params
The parameters for the function to be executed.
|