JCL Help:TJclPeImportFuncItem.IndirectImportName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the name of a function which was imported by ordinal (if available).


Pascal

 public property IndirectImportName: Boolean;


Description

If the function was imported by ordinal the IndirectImportName property returns the name of the function. The JclPeImage module has to look up this name from the exports section of the image from which the function is imported. Since an image file does not always provide the name of an export, the IndirectImportName can be empty. You have to explicitly request this look up through the TryGetNamesForOrdinalImports method of the TJclPeImportList or TJclPeImage class that owns the TJclPeImportFuncItem.


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