Freigeben über


IsolatedWindowsEnvironmentStartProcessStatus Enumeration

Definition

Veraltet. Ergebnisse des Startprozesses in der isolierten Windows-Umgebung.

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

AppNotRegistered 4

Fehler beim Starten des Prozesses in der isolierten Windows-Umgebung, da die Anwendung nicht registriert ist.

EnvironmentUnavailable 2

Fehler beim Starten des Prozesses in der isolierten Windows-Umgebung, da die Umgebung nicht verfügbar ist.

FileNotFound 3

Fehler beim Starten des Prozesses in der isolierten Windows-Umgebung, weil eine Datei nicht gefunden wurde.

Success 0

Starten Sie den Prozess in der isolierten Windows-Umgebung erfolgreich.

UnknownFailure 1

Fehler beim Starten des Prozesses in der isolierten Windows-Umgebung mit unbekanntem Fehler.

Hinweise

Warnung

Dies ist eine veraltete API.

Gilt für: