JCL Help:TJclPeImportList.UniqueLibItems

From Project JEDI Wiki
Jump to navigationJump to search


Summary

List of unique import directories.


Pascal

 public property UniqueLibItems [Index: Integer]: TJclPeImportLibItem;


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 UniqueLibItems list provides (zero-based) indexed access to a list of import directories that are unique across the import section. You can use this list to find out exactly from which images functions are imported, including some details about those images, but you shouldn't use, for example, the Items property to determine which functions are imported from that image because there may exist other import directories which import additional functions.


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