JCL Help:TJclPeNameSearchFoundEvent
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeNameSearchFoundEvent Type
[+] JclPeImage.pas Types
Search in JCL Help
Search in all projects
Summary
Event which is fired each time a name is found.
Pascal
TJclPeNameSearchFoundEvent = procedure (Sender: TObject; const FileName: TFileName; const FunctionName: string; Option: TJclPeNameSearchOption) of object;
Parameters
Parameters | Description |
Sender | Reference to the TJclPeNameSearch instance for which the event is fired. |
FileName | Name of the image file in which the function was found. |
FunctionName | The name of the function as it was found in the image file. Depending on which options you specified this name may be slightly different than the one being searched for (for example, in case). |
Option | Indicates in which section of the image file the function was found(for example, import or export section). This is quarenteed to be one of the options you specified when you started the search. |
Description
Event exposed by the TJclPeNameSearch class which is fired each time the class finds the name it's searching for.
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