NWIsManager(3nw)


NWIsManager -- checks whether a calling station is a manager

Synopsis

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

NWCCODE N_API NWIsManager (NWCONN_HANDLE conn);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

Return values

0x0000
Calling station is a manager.

0x89FF
Calling station is not a manager.

Notices

To call NWIsManager, you must have console operator rights.

A station is a manager if it is a supervisor, or if it appears in the MANAGERS property of the supervisor object.

Services

File Server Environment

NCP calls

0x2222 23 73
Is Calling Station A Manager

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