Partager via


IsolatedWindowsEnvironmentStartProcessStatus Énumération

Définition

Action déconseillée. Résultats du processus de démarrage dans l’environnement Windows isolé.

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
Héritage
IsolatedWindowsEnvironmentStartProcessStatus
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 2004 (introduit dans 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduit dans v2.0)

Champs

AppNotRegistered 4

Échec du démarrage du processus dans l’environnement Windows isolé, car l’application n’est pas inscrite.

EnvironmentUnavailable 2

Échec du processus de démarrage dans l’environnement Windows isolé, car l’environnement n’est pas disponible.

FileNotFound 3

Échec du processus de démarrage dans l’environnement Windows isolé, car un fichier est introuvable.

Success 0

Démarrer le processus dans l’environnement Windows isolé réussit.

UnknownFailure 1

Échec du processus de démarrage dans l’environnement Windows isolé avec une erreur inconnue.

Remarques

Avertissement

Il s’agit d’une API déconseillée.

S’applique à