Contains the operating system version information.
typedef struct
{
nuint32 major;
nuint32 minor;
nuint32 revision;
} NDSOSVersion_T, N_FAR *pNDSOSVersion_T;
Specifies the major version number.
Specifies the minor version number (the number following the period).
Specifies the revision number.
This structure is used by the DSPING_OS_VERSION flag. For more information, see Section 5.19, eDirectory Ping Flags.