help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'BaseUnix' (#rtl)

UtsName

Record used to return kernel information in fpUName function.

Declaration

Source position: ostypes.inc line 59

type UtsName = record

  Sysname: array [0..UTSNAME_LENGTH-1] of Char;

  

System name

  Nodename: array [0..UTSNAME_NODENAME_LENGTH-1] of Char;

  

Computer name

  Release: array [0..UTSNAME_LENGTH-1] of Char;

  

Release number

  Version: array [0..UTSNAME_LENGTH-1] of Char;

  

Version number

  Machine: array [0..UTSNAME_LENGTH-1] of Char;

  

Machine type

  Domain: array [0..UTSNAME_DOMAIN_LENGTH-1] of Char;

  

Domain name

end;

Description

The elements of this record are null-terminated C style strings, you cannot access them directly.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505