The attributes to specify are:
- The name of the Entry
- An optional comment
- Program data retrieval. This can be the name of a program to call or the name of a function in a Dynamic Link Library (DLL). If a function in a DLL should be called the syntax is <functionname>@<dll-name>
- Program key retrieval.
- The type of Entry (WITH or FORALL)
the calling convention:
- DLL32 for a 32-bit dll
- DLL for a 16 bit dll
- PROGRAM
|
|