This section contains examples of DLL usage in ATEasy applications, and includes the following topics:
Topic |
Description |
An example that shows how to define and use a DLL procedure in an ATEasy application. |
|
An example that shows how to use an alias in a DLL procedure declaration. |
|
An example that shows how to use an ordinal in a DLL procedure declaration. |
|
An example that shows how to pass string parameters to a DLL procedure by reference. |
|
An example that shows how to pass string parameters to a DLL procedure by value. |
|
An example that shows how to pass a structure to a DLL procedure. |