JCL Help:PeIsExportFunctionForwarded

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests whether a function is forwarded.


Pascal

 function PeIsExportFunctionForwarded(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 test.
Options: TJclSmartCompOptions = [] Optional parameters which determine various aspects of the functionname matching such as case sensitivity. See TJclSmartCompOptions for more detailed information.


Return Value

If the specified function is forwarded to another module the function returns True, otherwise it returns False.


Description

PeIsExportFunctionForwardedEx detemines whether the specified function is forwarded to another image/function or not.


About

Unit

JclPeImage


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