contents.gifindex.gifprev1.gifnext1.gif

DLL-CONVENTION

DLL-CONVENTION - This variable allows you to specify the calling convention used to call a DLL. When this variable is set to "0", the standard C interface is used for calling DLLs. When this variable is set to "1", then the Pascal interface is used. The default for this variable is "0". See Book 4, Appendix M for more details about calling DLLs.