DisplayManagerOptions Enum

Definition

Defines constants that specify options for the DisplayManager.

This enumeration supports a bitwise combination of its member values.

public enum class DisplayManagerOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayManagerOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayManagerOptions
var value = Windows.Devices.Display.Core.DisplayManagerOptions.none
Public Enum DisplayManagerOptions
Inheritance
DisplayManagerOptions
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Fields

EnforceSourceOwnership 1

Restricts scanout to devices created by this DisplayManager object, or to DisplaySource objects created using a shared handle provided by a path owned by this DisplayManager.

None 0

Specifies no options.

VirtualRefreshRateAware 2

Specifies that the client is virtual refresh rate aware, and can handle more advanced definitions of refresh rate. This lets you better use operating system functionality to virtualize refresh rate if the graphics stack supports it.

Applies to