JCL Help:PeDoesImportFunction
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeDoesImportFunction Function
Search in JCL Help
Search in all projects
Summary
Tests whether an image imports a specific function.
Pascal
function PeDoesImportFunction(const FileName: TFileName; const FunctionName: string; const LibraryName: string = ; Options: TJclSmartCompOptions = []): Boolean;
Parameters
Parameters | Description |
const FileName: TFileName | Filename of the image to test. |
const FunctionName: string | Name of the function to test. |
const LibraryName: string = | Filename of the library from FunctionName is supposedly imported. If this parameter is left empty the function simply tests if the function is imported at all from any library. If however this parameter is specified the function only returns True if the function is actually imported from the specified library. |
Options: TJclSmartCompOptions = [] | Optional parameter which determine various aspects of the functionname matching such as case sensitivity. See TJclSmartCompOptions for more detailed information. |
Return Value
If the function is imported (optionally from the specified library) the function returns True, otherwise ut returns False.
Description
PeDoesImportFunction determines whether the specified image imports the specified function from a specific library. If LibraryName is left empty the function test if the image imports the function from any library.
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