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;
  Nodename : Array[0..UTSNAME\_NODENAME\_LENGTH-1] of Char;
  Release : Array[0..UTSNAME\_LENGTH-1] of Char;
  Version : Array[0..UTSNAME\_LENGTH-1] of Char;
  Machine : Array[0..UTSNAME\_LENGTH-1] of Char;
  Domain : Array[0..UTSNAME\_DOMAIN\_LENGTH-1] of Charplatform;
end
Description
The elements of this record are null-terminated C style strings, you cannot access them directly. Note that the Domain field is a GNU extension, and may not be available on all platforms.