JCL Help:TJclPeImportFuncItem.Hint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Hint of the imported function.


Pascal

 public property Hint: Word;


Description

Returns the hint value of the function. The hint is an index into the exports table of the image from which the function is imported which allows the OS loader to find the correct export a little faster. Note that the hint value may be incorrect. In those situations the OS loader itself uses a binary search on the exports table to find the correct export.


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