IsolatedWindowsEnvironmentOwnerRegistrationStatus Enumeration
Definition
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. Erfolg oder Fehler status der isoliertenwindowsenvironmentownerregistrierung.
public enum class IsolatedWindowsEnvironmentOwnerRegistrationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentOwnerRegistrationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationStatus 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 IsolatedWindowsEnvironmentOwnerRegistrationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentOwnerRegistrationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationStatus 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 IsolatedWindowsEnvironmentOwnerRegistrationStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentOwnerRegistrationStatus.success
Public Enum IsolatedWindowsEnvironmentOwnerRegistrationStatus
- Vererbung
-
IsolatedWindowsEnvironmentOwnerRegistrationStatus
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (eingeführt in v2.0)
|
Felder
AccessDenied | 2 | Fehler bei der Besitzerregistrierung für isolierte Windows-Umgebung, da der Zugriff verweigert wurde. |
InsufficientMemory | 3 | Besitzerregistrierung für isolierte Windows-Umgebung aufgrund unzureichendem Arbeitsspeicher. |
InvalidArgument | 1 | Fehler bei der Besitzerregistrierung für isolierte Windows-Umgebung aufgrund eines ungültigen Attributs. |
Success | 0 | Besitzerregistrierung für isolierte Windows-Umgebung erfolgreich. |
UnknownFailure | 4 | Fehler bei der Besitzerregistrierung für isolierte Windows-Umgebung mit unbekanntem Fehler. |
Hinweise
Warnung
Dies ist eine veraltete API.