NWGetFileServerLoginStatus(3nw)


NWGetFileServerLoginStatus -- returns a NetWare server's login status

Synopsis

   #include <nwserver.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetFileServerLoginStatus (NWCONN_HANDLE conn, pnuint8 loginEnabledFlag);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

loginEnabledFlag
(OUT) Points to a zero flag if clients cannot log in and non-zero if they can.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x8996
SERVER_OUT_OF_MEMORY

0x89C6
NO_CONSOLE_PRIVILEGES

Notices

NWGetFileServerLoginStatus determines if the users' logins are currently allowed on the target server.

To call NWGetFileServerLoginStatus, you must have console operator rights.

If the calling station doesn't have operator privileges, No Console Rights will be returned.

Services

File Server Environment

NCP calls

0x2222 23 205
Get File Server Login Status

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.