You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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:

FieldDescriptionFormatError 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)


No REVPARAM file
10

Available System resources using the GetFreeSystemResources function



11

Available GDI resources using the GetFreeSystemResources function



12

Available User resources using the GetFreeSystemResources function



13

Station ID using @STATION



14

Server Control status based on the SYSOBJ handle in SYSTABLES



15

User name



16

Computer name



17

Windows OS version



18

Windows OS version release



19

Windows OS build



20

Platform



21

Additional information



22

Windows OS directory



23

Windows OS system directory



24

Windows OS version description

Microsoft Windows NT 6.2


Version

16.0.18

  • No labels