NWGetFileServerDescription
Returns information about a NetWare server, including company name, NetWare version, revision date and copyright notice, using descriptive strings.
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetFileServerDescription (
NWCONN_HANDLE conn,
pnstr8 companyName,
pnstr8 revision,
pnstr8 revisionDate,
pnstr8 copyrightNotice);
uses calwin32
Function NWGetFileServerDescription
(conn : NWCONN_HANDLE;
companyName : pnstr8;
revision : pnstr8;
revisionDate : pnstr8;
copyrightNotice : pnstr8
) : 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, NWGetFileServerDescription will return 0x0000. NETX will pick a default connection handle if the connection handle cannot be resolved.
Each string is NULL-terminated.
For items not desired in the return, substitute NULL. However, all parameter positions must be filled.
Any client attached to the specified server can call NWGetFileServerDescription. Console operator rights are not required.