NWGetNWNetVersion(3nw)


NWGetNWNetVersion -- returns NetWare network version information

Synopsis

   #include <nwdsmisc.h> 
   

NWDSCCODE N_API NWGetNWNetVersion (nuint8 N_FAR*majorVersion, nuint8 N_FAR*minorVersion, nuint8 N_FAR*revisionLevel, nuint8 N_FAR*betaReleaseLevel);

Description

The parameters are as follows:

majorVersion
(OUT) Points to the major version number.

minorVersion
(OUT) Points to the minor version number.

revisionLevel
(OUT) Points to the revision level number.

betaReleaseLevel
(OUT) Points to the beta release level number.

Notices

NWGetNWNetVersion returns the NetWare server's version number. For released versions of NetWare server software, the betaReleaseLevel parameter is obsolete and should always return a value of zero.

Services

Directory

NCP calls

None

References

NWDSGetDSVerInfo(3nw),


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