Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

$ZF(-5)

$ZF(-4) を使用してロードされた DLL 関数を実行します。

Synopsis

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

パラメータ

dll_id $ZF(-4) により提供されたダイナミック・リンク・ライブラリ (DLL) の ID 値
func_id $ZF(-4) により提供された DLL 内の関数の ID 値
args オプション — 呼び出された関数に渡された 1 つ以上の引数

概要

$ZF(-4) によってロードされた DLL 内の関数を実行するには、以下の構文を使用します。

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

関連項目

FeedbackOpens in a new tab