tFillExtraInfoProc
The FillExtraInfoProc is a procedural type used in the SetHeapExtraInfo call.
Declaration
Source position: heaptrc.pp line 44
Type
tFillExtraInfoProc = procedure(p: pointer)
Description
The TFillExtraInfoProc is a procedural type used in the SetHeapExtraInfo call to fill a memory location with extra data for displaying.
See also
Name | Description |
---|---|
SetHeapExtraInfo | Store extra information in blocks. |
TDisplayExtraInfoProc | The TDisplayExtraInfoProc is a procedural type used in the SetHeapExtraInfo call. |