NWGetFileServerInfo
Calls for the server’s operational statistics.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetFileServerInfo (
NWCONN_HANDLE conn,
NWFSE_FILE_SERVER_INFO N_FAR *fseFileServerInfo);
uses calwin32
Function NWGetFileServerInfo
(conn : NWCONN_HANDLE;
Var fseFileServerInfo : NWFSE_FILE_SERVER_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
Under NETX, if an invalid connection handle is passed to conn, NWGetFileServerInfo will return 0x0000. NETX will pick a default connection handle if the connection handle cannot be resolved.
Console operator rights are NOT necessary to call NWGetFileServerInfo.