DEFRECORD KCML_MachineInfo
Record returned by 'KCML_Machine_GetInfo() containing information about a host machine| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_MachInfo_Processors | Number of processors | |
| KCML_MachInfo_PhysicalMemory | Amount of physical memory (RAM) | |
| KCML_MachInfo_AvailableMemory | Amount of unused physical memory (RAM) | |
| KCML_MachInfo_OSName$ | CHAR(16) | Name of the operating system |
| KCML_MachInfo_OSDesc$ | CHAR(64) | Operating system description |
| KCML_MachInfo_OSVersion | Operating system version | |
| KCML_MachInfo_OSMinorVersion | Operating system patch version |