Share via


IsolatedWindowsEnvironmentHostError Enum

Definition

Deprecated. Enumerator that represents possible list of errors that are needed to be resolved before Isolated Windows Environment can be created on a host.

public enum class IsolatedWindowsEnvironmentHostError
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentHostError
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHostError is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentHostError
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentHostError
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHostError is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public enum IsolatedWindowsEnvironmentHostError
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentHostError.adminPolicyIsDisabledOrNotPresent
Public Enum IsolatedWindowsEnvironmentHostError
Inheritance
IsolatedWindowsEnvironmentHostError
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v2.0)

Fields

AdminPolicyIsDisabledOrNotPresent 0

Admin policy for feature is not configured or disabled

FeatureNotInstalled 1

Feature has not been installed on device

HardwareRequirementsNotMet 2

Device does not meet hardware requirements

RebootRequired 3

Reboot required

UnknownError 4

Unknown error

Remarks

Warning

This is a deprecated API.

Applies to