NETWARE_PRODUCT_VERSION

Returns NetWare product version information (major version, minor version and revision).

Service:Server Environment
Defined In:nwserver.h

Structure

  typedef struct 
  { 
     nuint16   majorVersion; 
     nuint16   minorVersion; 
     nuint16   revision; 
  } NETWARE_PRODUCT_VERSION; 
  

Delphi Structure

  uses calwin32 
   
    NETWARE_PRODUCT_VERSION = Record 
      majorVersion : nuint16;  
      minorVersion : nuint16;  
      revision : nuint16;  
    End;
  

Fields

majorVersion
Specifies the major version number of the NetWare product.
minorVersion
Specifies the minor version number of the NetWare product.
revision
Specifies the version revision letter of the NetWare product. The revision letter can be expressed as a number where a = 0, b = 1, and so forth.