JCL Help:TJclPeNameSearchOption

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Flags that determine which parts of an image is searched.


Pascal

 public TJclPeNameSearchOption = (
seImports,
seDelayImports,
seBoundImports,
seExports
);
TJclPeNameSearchOptions = set of TJclPeNameSearchOption;


Members

Members Description
seImports Searches the import section of the image.
seDelayImports Searches the delay loaded imports.
seBoundImports Searches the bound imports.
seExports Searches the export section of the image.


Description

TJclPeNameSearchOptions is a set of flags used by the TJclPeNameSearch class to determine the scope of the search. In other word, these flags determine which parts of an image is searched.


About

Unit

JclPeImage


Navigation

no pages or subcategories

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