NWGetOSVersionInfo
Returns the NetWare OS version information.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetOSVersionInfo (
NWCONN_HANDLE conn,
NWFSE_OS_VERSION_INFO N_FAR *fseOSVersionInfo);
uses calwin32
Function NWGetOSVersionInfo
(conn : NWCONN_HANDLE;
Var fseOSVersionInfo : NWFSE_OS_VERSION_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
Console operator rights and an authenticated connection are NOT necessary to call NWGetOSVersionInfo; you only need an attachment.
It is recommended that the newer function call, NWGetNetWareProductVersion, be used rather than NWGetOSVersionInfo.