Describes the version information for a console operating system.
typedef struct _SYSTEMOSVERSIONINFO {
UINT8 MajorVersion;
UINT8 MinorVersion;
UINT16 BuildNumber;
UINT16 Revision;
} SYSTEMOSVERSIONINFO, *LPSYSTEMOSVERSIONINFO;
MajorVersion
Major version number of the operating system.
MinorVersion
Minor version number of the operating system.
BuildNumber
Build version number of the operating system.
Revision
Revision version number of the operating system.
Header: Declared in winbase.h.