[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson