JCL Help:TJclPeImportFuncItem.IndirectImportName
JCL Help: TJclPeImportFuncItem.IndirectImportName Property
Search in JCL Help
Search in all projects
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