JCL Help:TJclPeExportFuncItem.ForwardedFuncOrdinal

From Project JEDI Wiki
Jump to navigationJump to search


Summary

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


Pascal

 public property ForwardedFuncOrdinal: DWORD;


Description

If the export is forwarded the ForwardedFuncOrdinal property returns the ordinal of the function to which the export is forwarded. If the export is not forwarded the property returns 0. 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