JCL Help:PeDoesExportFunction
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeDoesExportFunction Function
Search in JCL Help
Search in all projects
Summary
Tests whether an image exports a specific fuction.
Pascal
function PeDoesExportFunction(const FileName: TFileName; const FunctionName: string; Options: TJclSmartCompOptions = []): Boolean;
Parameters
Parameters | Description |
const FileName: TFileName | Filename of the image file to test. |
const FunctionName: string | Name of the function to search for. |
Options: TJclSmartCompOptions = [] | Optional parameter which determine various aspects of the search such as case sensitivity. See TJclSmartCompOptions for more detailed information. |
Return Value
If the image exports the specified function the function returns True, otherwise it returns False.
Description
PeDoesExportFunction determines whether the specified image file exports a function by the specified name. The Options parameter allows you to fine tune the search.
See Also
About
Unit
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