Purpose

LINK-CLIENT calls a subroutine using the Windows Client.  The format is dependent only on the Client.
 

Syntax

#RC = LINK-CLIENT ($name, $param1…)

Operation

$name    This is an alpha variable used to indicate the DLL name and the entry point. The name is in the format of 'DLL Name.Entry point'. For example, if you want to call the MyFunc function of a DLL MyDLL, $name will be 'MyDLL.MyFunc'.

$param1   To see the detailed explanation of $param data structure see Parameter List Format Passed to the DLL
 

Remarks

Any kernel (including Unix) may call a LINK-CLIENT DLL.
 

Comment on this topic

Topic ID: 520207

Table of Contents

Index

Glossary

-Search-

Back