Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.03 KB

sysholographicwindowingenvironmentstate.md

File metadata and controls

43 lines (29 loc) · 1.03 KB
-api-id -api-type ms.custom
T:Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentState
winrt enum
RS5

Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentState

-description

Indicates the state of the holographic shell.

Important

This API is available only to components of the Windows operating system. Calls to these APIs will fail at runtime for all other processes. These APIs may be modified or removed in future Windows releases.

-enum-fields

-field Stopped:0

The holographic shell is stopped.

-field Starting:1

The holographic shell is starting.

-field Running:2

The holographic shell is running.

-field Suspended:3

The holographic shell is suspended.

-field Stopping:4

The holographic shell is stopping.

-field Error:5

The holographic shell is in an error state.

-remarks

-see-also

-examples