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

tDosLibrary

This is how the base of dos.library looks like.

Declaration

Source position: amigados.pas line 759

type tDosLibrary = record

  dl_lib: tLibrary;

  

  dl_Root: Pointer;

  

Pointer to RootNode

  dl_GV: Pointer;

  

  dl_A2: LongInt;

  

  dl_A5: LongInt;

  

  dl_A6: LongInt;

  

  dl_Errors: pErrorString;

  

Pointer to array of error msgs

  dl_TimeReq: ptimerequest;

  

Private pointer to timer request

  dl_UtilityBase: pLibrary;

  

Private ptr to utility library

  dl_IntuitionBase: pLibrary;

  

Private ptr to intuition library

end;


Documentation generated on: 2021-07-30