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

tMemEntry

Declaration

Source position: exec.pas line 584

type tMemEntry = record

  me_Un: record

    case LongInt of

      0: (

          meu_Reqs: ULONG;

        );

      1: (

          meu_Addr: APTR;

        );

  end;

  me_Length: ULONG;

end;


Documentation generated on: 2023-03-18