JCL Help:TJclPeExportSort

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration used to determine on which field a list of exported functions is sorted.


Pascal

 public TJclPeExportSort = (
esName,
esOrdinal,
esHint,
esAddress,
esForwarded,
esAddrOrFwd,
esSection
);


Members

Members Description
esName Sorted on the name by which the function is exported.
esOrdinal Sorted on the ordinal by which the function is exported.
esHint Sorted on the hint.
esAddress Sorted on the address of the exported function.
esForwarded Sorted on the name of the function to which the export is forwarded.
esAddrOrFwd Sorted on address or name of the function to which the export is forwarded depending on whether the function is forwarded or not.


Description

Enumeration used to determine on which field a list of exported functions is sorted.


About

Unit

JclPeImage


Navigation

no pages or subcategories

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