NWGetUserInfo
Gets NetWare user information about a given logged-in server connection.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetUserInfo (
NWCONN_HANDLE conn,
nuint32 connNum,
pnstr8 userName,
NWFSE_USER_INFO N_FAR *fseUserInfo);
uses calwin32
Function NWGetUserInfo
(conn : NWCONN_HANDLE;
connNum : nuint32;
userName : pnstr8;
Var fseUserInfo : NWFSE_USER_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetUserInfo, you must have console operator rights.