JCL Help:UnloadModule
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: UnloadModule Function
Search in JCL Help
Search in all projects
Summary
Unloads a dynamic module (DLL) from memory.
Pascal
procedure UnloadModule(var Module: TModuleHandle);
Parameters
Parameters | Description |
var Module: TModuleHandle | Contains the handle of the module to unload. |
Description
Unloads a dynamic module (DLL) loaded with LoadModule or
See Also
About
Unit
Donator
Robert Marquardt
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page