IBM OS/2 LAN Server REXX Utility DLL


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


NetMisc


The NetMisc() function contains a set of functions that are outsite the 
normal add, delete, enumerate, get and get operations. 
The Net Misc functions are family of functions that can be called with a 
number of parameters. The use of the function NetMisc() has a minimum of 
two different parameters. The generic syntax is: 

MyRc = NetMisc(option, 'stemvar', parm1, parm2, parm3)
MyRc = NetMisc(option, parm1, parm2, parm3)


The option parameter contains a value to determine what type or option has 
to be handled. 
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 
NetMisc() function. If the call is successful the character '0' will be 
returned. Otherwise an error code and descriptive text are inserted by the 
NetMisc() function. 

The option parameter values are defined in Option parameter values. 

Inf-HTML End Run - Successful