NWGetNWAudVersion(3nw)


NWGetNWAudVersion -- returns the version information about the NWAD library

Synopsis

   #include <nwaudit.h> 
   or 
   #include <nwnet.h> 
   

void N_API NWGetNWAudVersion (pnuint8 majorVersion, pnuint8 minorVersion, pnuint8 revisionLevel, pnuint8 betaReleaseLevel);

Description

The parameters are as follows:

majorVersion
(OUT) Points to the major version of the library. For example, 4 would be returned for NetWare 4.1.

minorVersion
(OUT) Points to the minor version of the library. For example, .1 would be returned for NetWare 4.1.

revisionLevel
(OUT) Points to the revision version of the library. For example, c would be returned for NetWare 3.11c.

betalReleaseLevel
(OUT) Points to the beta release version of the library.

Services

Auditing


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