IResourceManager::OSVersion Enumeration
An enumerated type that represents the operating system version.
enum OSVersion;
Members
Values
Name |
Description |
---|---|
UmsThreadAwareOS |
Preserved for legacy reasons. |
UnsupportedOS |
An operating system prior to Windows XP. The Concurrency Runtime is not supported on operating systems with a version earlier than Windows XP with Service Pack 3. |
Vista |
The Windows Vista and Windows Server 2008 operating systems. |
Win2k3 |
The Windows 2003 Server operating system. |
Win7OrLater |
The Windows 7 and Windows Server 2008 R2 operating systems. |
Win8OrLater |
Any operating system with version Windows 8 or higher. |
XP |
The Windows XP operating system. |
Requirements
Header: concrtrm.h
Namespace: concurrency