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

Compare with Current View Page History

« Previous Version 2 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:

FieldDescriptionSample
1

Network driver extracted from LH.DLL


2

Maximum number of users allowed using the MaxUsers function


3

Current number of users based on number of rows in SYSLOGINS


4

NLM serial number (if running) using the NLMSerial function


5

NT Service serial number (if running) using the NTSSerial function


6

Windows OS version using Utility("VERSION")


7

OI version using Utility("VERSION")


8

OI serial number using the Serial function


9

ServerOnly setting of the REVPARAM file (if it exists)


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



Version

16.0.18

  • No labels