Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tMemHandlerData

Memory Handler

Declaration

Source position: exec.pas line 631

type tMemHandlerData = record

  memh_RequestSize: LongWord;

  

Requested allocation size

  memh_RequestFlags: LongWord;

  

Requested allocation flags

  memh_Flags: LongWord;

  

Flags = MEMHF_RECYCLE

end;

Description

This structure is READ ONLY and only EXEC can create it!


Documentation generated on: 2021-07-30