MuldeR's Utilities for Qt
MUtilities
|
This struct contains version information about the underlaying operating system. See _os_version_t
for details!
More...
#include <OSSupport.h>
Public Member Functions | |
MUTILS_API bool | operator> (const _os_version_t &rhs) const |
MUTILS_API bool | operator>= (const _os_version_t &rhs) const |
MUTILS_API bool | operator< (const _os_version_t &rhs) const |
MUTILS_API bool | operator<= (const _os_version_t &rhs) const |
Public Attributes | |
unsigned int | type |
The type of the underlaying operating system, as os_type_t | |
unsigned int | versionMajor |
The major version of the underlaying operating system. | |
unsigned int | versionMinor |
The minor version of the underlaying operating system. | |
unsigned int | versionBuild |
The build number of the underlaying operating system. | |
unsigned int | versionSPack |
The service pack version of the underlaying operating system. | |
This struct contains version information about the underlaying operating system. See _os_version_t
for details!