JCL Help:TJclPeExportFuncItem.ForwardedFuncName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the name of the function to which the export is forwarded.


Pascal

 public property ForwardedFuncName: string;


Description

If the export is forwarded the ForwardedFuncOrdinal property returns the name of the function to which the export is forwarded. If the export is not forwarded the property returns an empty string. You can determine whether the export is forwarded by reading the IsForwarded property.


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