Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

$ZF(-5)

Executes a DLL function loaded using $ZF(-4).

Synopsis

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

Parameters

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