JCL Help:TDynamicAddressList
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TDynamicAddressList Type
[+] JclSysUtils.pas Types
Search in JCL Help
Search in all projects
Summary
List of addresses of a dynamic methods
Pascal
TDynamicAddressList = array [0..MaxInt div 16] of Pointer;
PDynamicAddressList = ^TDynamicAddressList;
Description
List of addresses of the dynamic methods, use GetDynamicMethodCount to get the indices of valid entries in the list.
About
Unit
Donator
Python
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