IResourceManager::OSVersion Enumeration

An enumerated type that represents the operating system version.

static enum OSVersion;

Members

Values

Name

Description

UmsThreadAwareOS

Any 64-bit operating system with version Windows 7 or higher. These operating systems support the user-mode schedulable threads feature.

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 operating system.

Win2k3

The Windows 2003 Server operating system.

Win7OrLater

Any operating system with version Windows 7 or higher.

XP

The Windows XP operating system.

Requirements

Header: concrtrm.h

Namespace: Concurrency

See Also

Reference

IResourceManager Structure