JCL Help:PeExportedFunctions
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeExportedFunctions Function
Search in JCL Help
Search in all projects
Summary
Returns a list of exported function from an image.
Pascal
function PeExportedFunctions(const FileName: TFileName; const FunctionsList: TStrings): Boolean;
Parameters
Parameters | Description |
const FileName: TFileName | FileName of the image for which to receive a list of exports. |
const FunctionsList: TStrings | Receives the list of exported functions. Note that the contents of the list upon entry are preserved. |
Return Value
If the function succeeds it returns True, otherwise it returns False.
Description
PeExportedFunctions returns a list of functions exported from the specified image.
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