IsolatedWindowsEnvironmentPostMessageStatus Enumeration
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Veraltet. Enthält die tatsächlichen Rückgaben von Postnachrichten vom Host in die isolierte Windows-Umgebung 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
- Vererbung
-
IsolatedWindowsEnvironmentPostMessageStatus
- Attribute
Gerätefamilie |
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (eingeführt in v2.0)
|
Name | Wert | Beschreibung |
---|---|---|
EnvironmentUnavailable | 2 | Fehler beim Senden einer Nachricht vom Host an die isolierte Windows-Umgebung aufgrund nicht verfügbarer Umgebung |
Success | 0 | Senden einer Nachricht vom Host in die isolierte Windows-Umgebung erfolgreich |
UnknownFailure | 1 | Senden einer Nachricht vom Host in die isolierte Windows-Umgebung mit einem unbekannten Fehler |
Warnung
Dies ist eine veraltete API.
Produkt | Versionen |
---|---|
WinRT | Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |