The "Module" pages appear in the properties notebooks of all executable files to display additional information about an executable module.

This page shows you the functions that are exported by the module and can thus be imported by other modules (either through load-time loading or explicitly through run-time loading).

For each function, the following fields are displayed:

Imports can be performed either by ordinal (which always works) or by name (which works only if a name is defined for the imported function). See the documentation for DosQueryProcAddr in the Toolkit documentation.*