SysHolographicWindowingEnvironmentState Enum

Definition

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.

public enum class SysHolographicWindowingEnvironmentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicWindowingEnvironmentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicWindowingEnvironmentState
var value = Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentState.stopped
Public Enum SysHolographicWindowingEnvironmentState
Inheritance
SysHolographicWindowingEnvironmentState
Attributes

Windows requirements

Device family
Windows Holographic System Implementation Extension SDK (introduced in 10.0.17763.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduced in v1.0)

Fields

Error 5

The holographic shell is in an error state.

Running 2

The holographic shell is running.

Starting 1

The holographic shell is starting.

Stopped 0

The holographic shell is stopped.

Stopping 4

The holographic shell is stopping.

Suspended 3

The holographic shell is suspended.

Applies to