Share via


IsolatedWindowsEnvironmentStartProcessStatus Enum

Definition

Deprecated. Results of start process in the Isolated Windows Environment.

public enum class IsolatedWindowsEnvironmentStartProcessStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentStartProcessStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessStatus 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 IsolatedWindowsEnvironmentStartProcessStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentStartProcessStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentStartProcessStatus 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 IsolatedWindowsEnvironmentStartProcessStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentStartProcessStatus.success
Public Enum IsolatedWindowsEnvironmentStartProcessStatus
Inheritance
IsolatedWindowsEnvironmentStartProcessStatus
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

AppNotRegistered 4

Start process in the Isolated Windows Environment failed because the application is not registered.

EnvironmentUnavailable 2

Start process in the Isolated Windows Environment failed because the Environment is not available.

FileNotFound 3

Start process in the Isolated Windows Environment failed because a file was not found.

Success 0

Start process in the Isolated Windows Environment succeed.

UnknownFailure 1

Start process in the Isolated Windows Environment failed with unknown error.

Remarks

Warning

This is a deprecated API.

Applies to