IsolatedWindowsEnvironmentLaunchFileStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Success | 0 | File launch into an Isolated Windows Environment succeeded. |
UnknownFailure | 1 | File launch into an Isolated Windows Environment has an unknown failure. |
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. |
TimedOut | 4 | File launch into an Isolated Windows Environment timed out. |
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. |
Remarks
Warning
This is a deprecated API.