NDSOSVersion_T

Contains the operating system version information.

Service:NDS
Defined In:nwdsmisc.h

Structure

C

  typedef struct 
  { 
     nuint32   major; 
     nuint32   minor; 
     nuint32   revision; 
  } NDSOSVersion_T, N_FAR *pNDSOSVersion_T;
  

Fields

major

Specifies the major version number.

minor

Specifies the minor version number (the number following the period).

revision

Specifies the revision number.

This structure is used by the DSPING_OS_VERSION flag. For more information, see Section 5.19, eDirectory Ping Flags.