This is how the base of dos.library looks like.
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; |