JCL Help:TJclPeImportList.UniqueLibNames

From Project JEDI Wiki
Jump to navigationJump to search


Summary

List of image names from which functions are imported.


Pascal

 public property UniqueLibNames [Index: Integer]: string;


Description

As you may recall, an import section may contain multiple import directories for one and the same image (for example, it may contains two or more import directories for the user32.dll image). The UniqueLibNames list provides (zero-based) indexed access to a list of image names that are unique across the import section. You can use this list to find out the names of the images from which functions are imported.


About

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