JCL Help:TJclPeRelocList

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TJclPeImageBaseList
|
TJclPeRelocList


Summary

The TJclPeRelocList class represents the fix-up table of the image.


Pascal

 public TJclPeRelocList = class(TJclPeImageBaseList);


Description

The TJclPeRelocList class represents the fix-up table of the image. The fix-up table contains entries for all fixups in the image. The fixup table is broken into blocks of fixups. Each block represents the fixups for a 4K page. Each block is represented as an instance of TJclPeRelocEntry in the Items property.


About

Unit

JclPeImage


Navigation

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