Run DLL
Kalipso - Form - Actions - Actions Description - Group Others - Run DLL
Last updated
Was this helpful?
Kalipso - Form - Actions - Actions Description - Group Others - Run DLL
Last updated
Was this helpful?
Executes a specified function on a specified DLL.
Action available for the following operating systems:
DLL
DLL ID <numeric> - If the user previously loaded the DLL file that he wants to run, he just enter here the numeric identification of the loaded DLL.
DLL File <string> - Defines the full path and name of the DLL file that the user wants to run. If the user already have loaded the DLL file, he don't fill this parameter.
Function <string> - The name of the DLL function that the user wants to run.
Calling Convention <unquoted string> - The calling convention of the function. The possible parameters are:
stdcall
cdecl
dynamic
Target
Type <unquoted string> - The type of the returned value by the DLL function.
Pointer <unquoted string> - Defines if the user wants to return a pointer to the returned value.
Target <unquoted string> - The control or variable to save the returned value by the DLL function.
Args
Struct <unquoted string> - Defines if the argument is a structure or not.
Type <unquoted string> - Defines the type of the argument.
Pointer <unquoted string> - Defines if the argument is a pointer or not.
Buffer Size <numeric> - Defines the buffer size.
Argument <unquoted string> - Defines the value of the argument.