JCL Help:PeCreateRequiredImportList@TFileName@TStrings

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the list of all the functions imported by a PE image.

Pascal

 function PeCreateRequiredImportList(const FileName: TFileName; RequiredImportsList: TStrings): Boolean;

Return Value

Returns True if the function is successful, otherwise False.

Description

Returns in *RequiredImportsList* the list of all the functions imported by the *FileName* PE image.


About

Unit

JclPeImage


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