![]() LINK_CLIENT_VAR |
![]() DEVELOPER |
![]() |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > LINK_CLIENT_VAR
Purpose |
LINK_CLIENT_VAR calls an external procedural language routine from within PROIV. and supports keywords on the call that indicate the parameter is input to the DLL, is an output parameter from the DLL, or both. |
Syntax |
variable= LINK_CLIENT_VAR (name, param1, {direction}…) |
Operation |
name is an alpha variable used to indicate the DLL name and the entry point. |
Remarks |
The name is in the format of “DLL Name.Entry point" (e.g. to call the MyFunc function of a DLL MyDLL, $name = "MyDLL.MyFunc").. The maximum number of parameters (255) is limited by the PROIV logic compiler workspace.
|
Topic ID: 520079