IResourceManager::OSVersion Enumeration

An enumerated type that represents the operating system version.

enum OSVersion;

Members

Values

Name

Description

UmsThreadAwareOS

This value is preserved for compatibility with older code. The Concurrency Runtime in Visual Studio 2012 does not support Windows user-mode schedulable threads.

UnsupportedOS

An operating system prior to Windows Server 2008. The Concurrency Runtime in Visual Studio 2012 does not support an operating system prior to Windows Server 2008, with service pack 2.

Vista

The Windows Vista and Windows Server 2008 operating systems.

Win2k3

The Windows 2003 Server operating system. This is preserved for compatibility with older code. The Concurrency Runtime in Visual Studio 2012 does not support Windows Server 2003.

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. This is preserved for compatibility with older code. The Concurrency Runtime in Visual Studio 2012 does not support Windows XP.

Requirements

Header: concrtrm.h

Namespace: concurrency

See Also

Reference

IResourceManager Structure