Description
Returns a dynamic array with system and network configuration data.
Syntax
rv = FW_Services("GetSystemInfo")
Parameters
None.
Remarks
The return value is a dynamic array holding all the accumulated system information:
| Field | Description | Format | Error Response |
|---|---|---|---|
| 1 | Network driver extracted from LH.DLL | Error opening the LH.DLL file | |
| 2 | Maximum number of users allowed using the MaxUsers function | # | - |
| 3 | Current number of users based on number of rows in SYSLOGINS | # | Error opening the SYSLOGINS table |
| 4 | NLM serial number (if running) using the NLMSerial function | # | NLM not detected |
| 5 | NT Service serial number (if running) using the NTSSerial function | NT Service not detected | |
| 6 | Windows OS version using Utility("VERSION") | 1N.1N | - |
| 7 | OI version using Utility("VERSION") | 1N.1N.1N | - |
| 8 | OI serial number using the Serial function | 1A8N | - |
| 9 | ServerOnly setting of the REVPARAM file (if it exists) | 1N | Error opening REVPARAM, No REVPARAM file |
| 10 | Available System resources using the GetFreeSystemResources function | 2N% | - |
| 11 | Available GDI resources using the GetFreeSystemResources function | 2N% | - |
| 12 | Available User resources using the GetFreeSystemResources function | 2N% | - |
| 13 | Station ID using @STATION | various | - |
| 14 | Server Control status based on the SYSOBJ handle in SYSTABLES | various | Error opening/reading the SYSTABLES or N/A |
| 15 | Windows user name | various | - |
| 16 | Windows computer name | various | - |
| 17 | Windows OS version | # | - |
| 18 | Windows OS version release | # | - |
| 19 | Windows OS build | #### | - |
| 20 | Platform | # | - |
| 21 | Additional information | various | - |
| 22 | Windows OS directory | various | - |
| 23 | Windows OS system directory | various | - |
| 24 | Windows OS version description | various | - |
Sample
Version
16.0.19
