$ZF(-5)
Executes a DLL function loaded using $ZF(-4).
Synopsis
$ZF(-5,dll_id,func_id,args)
Parameters
Argument | Description |
---|---|
dll_id | The ID value for the dynamic-link library (DLL), as supplied by $ZF(-4). |
func_id | The ID value of the function within the DLL as supplied by $ZF(-4). |
args | Optional — One or more arguments passed to the called function. |
Description
To execute a function located in a DLL loaded using $ZF(-4), use the following syntax:
return=$ZF(-5,dll_id,func_id,args)
See Also
-
$ZF(-4) function
-
Using $ZF(-5) to Access Libraries by System ID in Using the Caché Callout Gateway