IsolatedWindowsEnvironmentLaunchFileStatus Enum

Definition

Deprecated. Enum values for the status of file launch into Isolated Windows Environment.

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

AlreadySharedWithConflictingOptions 5

File was previously shared with invalid/conflicting options. For example, if a file is shared previously with the ShareFileAsync call and AllowWrite in IsolatedWindowsEnvironmentShareFileRequestOptions is false, this error will be thrown.

EnvironmentUnavailable 2

File launch into an Isolated Windows Environment failed because the environment isn't available.

FileNotFound 3

File launch into an Isolated Windows Environment failed because the file was not found.

Success 0

File launch into an Isolated Windows Environment succeeded.

TimedOut 4

File launch into an Isolated Windows Environment timed out.

UnknownFailure 1

File launch into an Isolated Windows Environment has an unknown failure.

Remarks

Warning

This is a deprecated API.

Applies to

See also