Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TMemEntry

Declaration

Source position: exec.pas line 508

type TMemEntry = record

  me_Un: record

  

    case LongInt of

      0: (

          meu_Reqs: LongWord;

  

        );

      1: (

          meu_Addr: Pointer;

  

        );

  end;

  me_Length: LongWord;

  

end;

See also

TMemList

  

List of all available Memory


Documentation generated on: 2021-07-30