DisplayStateOperationStatus Enum

Definition

Defines constants that specify the result of a DisplayState operation.

public enum class DisplayStateOperationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayStateOperationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayStateOperationStatus
var value = Windows.Devices.Display.Core.DisplayStateOperationStatus.success
Public Enum DisplayStateOperationStatus
Inheritance
DisplayStateOperationStatus
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

ModesNotSupported 6

Indicates that the operation failed because one or more modes specified by a DisplayPath are not supported in the present configuration.

PartialFailure 1

Indicates that the operation failed, but some system state was modified.

RemoteSessionNotSupported 7

Indicates that the operation failed because the current session is currently in an unsupported remote desktop session that does not allow access to the display stack.

Success 0

Indicates that the operation succeeded.

SystemStateChanged 4

Indicates that the operation failed because the system display state has changed since the relevant DisplayState object was created.

TargetOwnershipLost 3

Indicates that the operation failed because target ownership has been lost.

TooManyPathsForAdapter 5

Indicates that an involved adapter cannot support the number of paths requested.

UnknownFailure 2

Indicates that the operation failed for an unknown reason.

Applies to