NWGetFileServerMiscInfo(3nw)
NWGetFileServerMiscInfo --
returns miscellaneous information about a 2.2 NetWare server
Synopsis
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetFileServerMiscInfo
(NWCONN_HANDLE conn,
NW_FS_INFO N_FAR fsInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- fsInfo
-
(OUT) Points to NW_FS_INFO.
Return values
- 0x0000
-
SUCCESSFUL
- 0x89C6
-
NO_CONSOLE_PRIVILEGES
Notices
To call NWGetFileServerMiscInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 23 232
-
Get Server Misc Info
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.