JCL Help:TJclPeImageStatus
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeImageStatus Enumeration
Search in JCL Help
Search in all projects
Summary
TJclPeImageStatus defines the various states a TJclPeImage instance can be in.
Pascal
public TJclPeImageStatus = (
stNotLoaded,
stOk,
stNotPE,
stNotSupported,
stNotFound,
stError
);
Members
Members | Description |
stNotLoaded | No image file is loaded. This is the status after creation and after clearing the instance. |
stOk | An image file was succesfully loaded. |
stNotPE | The most recently loaded file was not a valid PE image file. |
stNotFound | The file coudln't be found. |
stError | An unexpected error occured while loading a PE image file. |
Description
TJclPeImageStatus defines the various states a TJclPeImage instance can be in.
About
Unit
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