The "Exported functions" page appears in the settings notebooks of all program files
(WPProgramFile class) and shows you the functions exported by the module.
For each exported function, its ordinal value, its type, and
possibly its name are displayed.
Each exported function has an ordinal value, which is unique within the module.
The first possible ordinal value is 1, and the last 65535. Not all
ordinal values correspond to an exported function.
Each exported function has a type, being one of the following:
- Entry16: a 16-bit function.
- Entry32: a 32-bit function.
- 286 Call Gate: a 16-bit function that causes a ring 2 switch.
- Forwarder: a forwarder, that is, calling this entry point in
turn calls another exported function (either in this module or in
an imported module).
Some exported functions also have a name. This name, if
defined, is case sensitive.