Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TErrorString

A structure for holding error messages - stored as array with error = 0 for the last entry.

Declaration

Source position: amigados.pas line 547

type TErrorString = packed record

  estr_Nums: PLongInt;

  

  estr_Strings: PByte;

  

end;


Documentation generated on: 2021-07-30