JCL Help:ModuleFromAddr
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ModuleFromAddr Function
Search in JCL Help
Search in all projects
Summary
Returns the module handle for an address.
Pascal
function ModuleFromAddr(const Addr: Pointer): HMODULE;
Parameters
Parameters | Description |
const Addr: Pointer | Address to get the module handle of. |
Return Value
If the Addr parameter points to an address in code-segment, it returns the handle of the module at at that address, otherwise it returns 0.
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Petr Vones
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