JCL Help:PeFindMissingImports@TFileName@TStrings
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeFindMissingImports Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Obtains the list of missing functions imported by a PE image.
Pascal
function PeFindMissingImports(const FileName: TFileName; MissingImportsList: TStrings): Boolean; overload;
Return Value
Returns True if the function is successful, otherwise False.
Description
Returns in *MissingImportsList* the list of functions that are missing from the libraries imported by the *FileName* PE image.
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