NWGetNWNetVersion

Returns the NWNet library version number.

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98, Windows 2000, Windows XP
Library:Cross-Platform NDS (NET*.*)
Service:NDS

Syntax

C

  #include <nwnet.h> 
  or
  #include <nwdsmisc.h> 
   
  N_EXTERN_LIBRARY (void) NWGetNWNetVersion  ( 
     nuint8 N_FAR   *majorVersion,  
     nuint8 N_FAR   *minorVersion,  
     nuint8 N_FAR   *revisionLevel,  
     nuint8 N_FAR   *betaReleaseLevel); 
  

Pascal

  #uses netwin32 
   
  Function NWGetNWNetVersion 
    (majorVersion : pnuint8; 
     minorVersion : pnuint8; 
     revisionLevel : pnuint8; 
     betaReleaseLevel : pnuint8 
  );
  

Parameters

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.

NCP Calls

See Also

NWDSGetDSVerInfo