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 or 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. |
|
|
|
(...) |
|
|
|
Nth-Struct <unquoted string>: defines if the nth-argument is a structure or not. |
|
|
|
Nth-Type <unquoted string>: defines the type of the nth-argument. |
|
|
|
Nth-Pointer <unquoted string>: defines if the nth-argument is a pointer or not. |
|
|
|
Nth-Buffer Size <numeric>: defines the nth-buffer size. |
|
|
|
Nth-Argument <unquoted string>: defines the nth-value of the argument. |