ContentsIndexPreviousNext

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 "1". See Appendix M in Book 4, "Appendices" for more details about calling DLLs.