About the DLL Examples

This section contains examples of DLL usage in ATEasy applications, and includes the following topics:

 

Topic

Description

Defining and Using a DLL Procedure

An example that shows how to define and use a DLL procedure in an ATEasy application.

Using an Alias

An example that shows how to use an alias in a DLL procedure declaration.

Using an Ordinal

An example that shows how to use an ordinal in a DLL procedure declaration.

Passing String Parameters by Reference

An example that shows how to pass string parameters to a DLL procedure by reference.

Passing String Parameters by Value

An example that shows how to pass string parameters to a DLL procedure by value.

Passing Structures

An example that shows how to pass a structure to a DLL procedure.