Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetuserid()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETUSERID()
 Queries the established network user IDs
------------------------------------------------------------------------------
 Syntax

     NNETUSERID([<cUser>]) --> cUserID

     Netware: 2.2 and 3.11

 Argument

     <cUser>  Designates the name of an object of the type user (login
     name).  The default value designates the logged-in user.

 Returns

     NNETUSERID() returns the ID of the designated object of the type user.

 Description

     NOVELL NET USER ID
     With NNETUSERID(), the ID of an object of the type user can be
     determined if the user is not logged in on any station.  The function is
     always relative to the default file server.

     The returned character string corresponds to a hexadecimal (eight place)
     number that only occurs once within a network.

     If the optional <cUser> parameter is not specified, the function returns
     the ID for the name where one is currently logged in.  This corresponds
     to a NNETUSERID(NNETWHOAMI) call.

 Note

     .  An object ID is automatically assigned by Novell software at
        its creation.

 Example

     Deterine the ID of a login name:

     ? NNETUSERID("JIM")      // e.g. "0A002300"

See Also: NNETSETSRV() NNETSTANUM() NNETSTAID()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson