Skip to main content

$ZF(-5) (ObjectScript)

Executes a DLL function loaded using $ZF(-4). This function is a component of the Callout SDK.

Synopsis

$ZF(-5,dll_id,func_id,args)

Arguments

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

FeedbackOpens in a new tab