The (non-swappable) Module Table Entry (MTE)
for a loaded module is use to record information about loaded modules.
Since the MTE is allocated in non-swappable only information that
must be resident at all times is recorded here. Related information that
may be paged out is recorded in its sister control, the Swappable
Module Table Entry (SMTE).
The MTE contains the following information:
pointers to related control blocks such as: SMTE, resource and fix-up tables;
attributes of the load module;
Use count for .EXE modules.
Each MTE is identified by a unique handle referred to as the hmte.
Refer to the following for more detailed information
[Back: ]
[Next: ]