EXPORTS Statement

Syntax:
EXPORTS
      exportdefinitions

This statement defines the names and attributes of the functions exported to other modules and of the functions that run with I/O privilege.

Note: The term export refers to the process of making a function available to other run-time modules. By default, functions are hidden from other modules at run time.

Normally, the EXPORTS statement is meaningful only for functions within dynamic-link libraries and for functions that execute with I/O privilege.

The EXPORTS keyword marks the beginning of the export definitions. Each definition is entered on a separate line. You need to give an export definition for each dynamic-link routine you want to make available to other modules.

Export-Definition Syntax

entryname [=internalname] [@ord[RESIDENTNAME]] [pwords]