IsolatedWindowsEnvironmentShareFileStatus Enum

Definition

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

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

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v3.0)

Fields

AccessDenied 5

File share into an Isolated Windows Environment failed because the user does not have access to the file.

AlreadySharedWithConflictingOptions 3

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

EnvironmentUnavailable 2

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

FileNotFound 4

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

Success 0

File share into an Isolated Windows Environment succeeded.

UnknownFailure 1

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

Remarks

Warning

This is a deprecated API.

Applies to