Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.11 KB

displaymanagerresult.md

File metadata and controls

37 lines (25 loc) · 1.11 KB
-api-id -api-type ms.custom
T:Windows.Devices.Display.Core.DisplayManagerResult
winrt enum
RS5

Windows.Devices.Display.Core.DisplayManagerResult

-description

Defines constants that specify the result of a DisplayManager operation.

-enum-fields

-field RemoteSessionNotSupported:4

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.

-field Success:0

Indicates that the operation succeeded.

-field TargetAccessDenied:2

Indicates that the operation failed becaused a specified target could not be acquired, either due to another component currently owning it, or due to target ownership restrictions.

-field TargetStale:3

Indicates that the operation failed because a specified target is stale and should be re-enumerated.

-field UnknownFailure:1

Indicates that the operation failed for an unknown reason.

-remarks

-see-also

-examples