| |
Unload Resident Manager
Input |
Output |
AX |
CBh |
16h |
Zero
/ -Error Code |
AX |
BX |
1234h |
|
|
BX |
CX |
5678h |
|
|
CX |
DX |
9ABCh |
|
|
DX |
The Unload Resident Manager function (16H) unloads the Resident Manager
from memory. Unloading frees the memory the Resident Manager used, making
it available for other applications. However, once the Resident Manager is
unloaded, the manager functions are no longer available. For example,
unloading the manager from memory suspends all pending events. If there is
a event which is scheduled to be sent in five minutes, it will not be sent
until the manager is reloaded.
Once the manager is reloaded, however, it will immediately send events that
should have been sent while it was unloaded. In addition, when the manager
is not installed, you cannot receive anything.
Unloading the Resident Manager from memory will fail if a terminate and
stay resident (TSR) program has been loaded after the manager, if there is
a polled send, or if the manager or corresponding communications board is
busy doing a event.
This function returns error 209H if the communications board is busy. It
returns error 20BH if it can't remove the Resident Manager.
See Also 00h 0Eh 10h 11h 12h 13h Error Codes |