JCL Help:TJclPeExportFuncList.ItemFromOrdinal
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeExportFuncList.ItemFromOrdinal Property
[+] TJclPeExportFuncList Methods
[+] TJclPeExportFuncList Properties
Search in JCL Help
Search in all projects
Summary
Provides, ordinal based, indexed access to the list of exported functions.
Pascal
public property ItemFromOrdinal [Ordinal: DWORD]: TJclPeExportFuncItem;
Description
Provides indexed access to the list of exported functions where the index is the ordinal value by which the function is exported. If a function by the orindal value is exported from the image the property returns a reference to a TJclPeExportFuncItem which represents that function. Note that the returned reference remains owned by the class so never free it. If no function is exported by the specified ordinal value the property returns nil.
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