JCL Help:PeMapImgExportedVariables@HMODULE@TStrings
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgExportedVariables Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Obtains the list of exported variables for a given module.
Pascal
function PeMapImgExportedVariables(const Module: HMODULE; const VariablesList: TStrings): Boolean;
Parameters
Parameters | Description |
Module | The module instance for which the exported variable list will be generated. |
VariableList | A provided list that will be populated with the exported variables. |
Return Value
Returns True if successful, otherwise False.
Description
Returns in *VariablesList* all the variables that are exported by the given *Module* instance, adding them to the list by their name with their memory address attached as the object for that name.
About
Unit
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