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



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

utsname

Record used to return kernel information in UName function.

Declaration

Source position: oldlinux.pp line 203

type utsname = packed record

  sysname: array [0..64] of Char;

  

System name

  nodename: array [0..64] of Char;

  

Computer name

  release: array [0..64] of Char;

  

Release number

  version: array [0..64] of Char;

  

Version number

  machine: array [0..64] of Char;

  

Machine type

  domainname: array [0..64] 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