IsolatedWindowsEnvironmentShareFileStatus 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 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
Name | Value | Description |
---|---|---|
Success | 0 | File share into an Isolated Windows Environment succeeded. |
UnknownFailure | 1 | File share into an Isolated Windows Environment has an unknown failure. |
EnvironmentUnavailable | 2 | File share into an Isolated Windows Environment failed because the environment isn't available. |
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. |
FileNotFound | 4 | File share into an Isolated Windows Environment failed because the file was not found. |
AccessDenied | 5 | File share into an Isolated Windows Environment failed because the user does not have access to the file. |
Remarks
Warning
This is a deprecated API.