IBM OS/2 LAN Server REXX Utility DLL


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


NetGetInfo


The Net Get Information functions are a family of functions that can be 
called with a number of parameters. The use of the NetGetInfo has two to 
five different parameters. The generic syntax is: 

MyRc = NetGetInfo(option, 'StemVar', parm1, parm2, parm3)


The option parameter contains a value to determine the type or option 
information is obtained from. An example would be the information of a 
user account. 
The StemVar parameter is specified in quotes. It will contain the 
resulting information from the NetGetInfo function. 
The parm1, parm2, parm3 parameters are dependent on the performed option. 
The MyRc parameter is the return code that will have an value from the 
NetGetInfo() function. If the call is successful the character '0' will be 
returned. Otherwise an error code and descriptive text are inserted by 
NetGetInfo() function. 

The option parameter values are defined in Option parameter values. 

Inf-HTML End Run - Successful