NWSM_MODULE_VERSION_INFO

Contains information about the module.

Syntax

  typedef struct 
  { 
     char     moduleFileName[256]; 
     UINT8    moduleMajorVersion, 
     UINT8    moduleMinorVersion; 
     UINT16   moduleRevisionLevel; 
     char     baseOS[64]; 
     UINT8    baseOSMajorVersion, 
     UINT8    baseOSMinorVersion; 
     UINT16   baseOSRevisionLevel; 
  } NWSM_MODULE_VERSION_INFO;
  

Fields

moduleFileName

Specifies the file name of the module.

moduleMajorVersion

Specifies the whole number portion of the version number.

moduleMinorVersion

Specifies the decimal portion of the version number.

moduleRevisionLevel

Specifies the letter portion of the version number.

baseOS

Specifies the OS the module is running on.

baseOSMajorVersion

Specifies the whole number portion of the OS version number.

baseOSMinorVersion

Specifies the decimal portion of the OS version number.

baseOSRevisionLevel

Specifies the letter portion of the OS version number.

Remarks

If the version number is 1.3a, moduleMajorVersion, moduleMinorVersion, and moduleRevisionLevel return "1," "3," and "a" respectively.