IsolatedWindowsEnvironmentPostMessageStatus 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. Contains the actual returns of post message from host to Isolated Windows Environment status.
public enum class IsolatedWindowsEnvironmentPostMessageStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 131072)]
enum class IsolatedWindowsEnvironmentPostMessageStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 131072)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentPostMessageStatus 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 IsolatedWindowsEnvironmentPostMessageStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 131072)]
public enum IsolatedWindowsEnvironmentPostMessageStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 131072)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentPostMessageStatus 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 IsolatedWindowsEnvironmentPostMessageStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentPostMessageStatus.success
Public Enum IsolatedWindowsEnvironmentPostMessageStatus
- Inheritance
-
IsolatedWindowsEnvironmentPostMessageStatus
- 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 | Post message from host to Isolated Windows Environment succeeded |
UnknownFailure | 1 | Post message from host to Isolated Windows Environment failed with an unknown failure |
EnvironmentUnavailable | 2 | Post message from host to Isolated Windows Environment failed due to environment unavailable |
Remarks
Warning
This is a deprecated API.