SysHolographicDeploymentState Enum

Definition

Indicates the deployment state of a holographic shell deployment operation.

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 SysHolographicDeploymentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicDeploymentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicDeploymentState
var value = Windows.System.Implementation.Holographic.SysHolographicDeploymentState.notInstalled
Public Enum SysHolographicDeploymentState
Inheritance
SysHolographicDeploymentState
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

AppUpdatesRequired 2

App updates are required.

FodUpdatesRequired 3

Feature on Demand package updates are required.

Installed 1

The holographic shell is installed.

NotInstalled 0

The holographic shell is not installed.

RebootRequired 4

A reboot is required.

Applies to