Condividi tramite


IsolatedWindowsEnvironmentStartProcessStatus Enumerazione

Definizione

Deprecato. Risultati del processo di avvio nell'ambiente Windows isolato.

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
Ereditarietà
IsolatedWindowsEnvironmentStartProcessStatus
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 2004 (è stato introdotto in 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (è stato introdotto in v2.0)

Campi

AppNotRegistered 4

Il processo di avvio nell'ambiente Windows isolato non è riuscito perché l'applicazione non è registrata.

EnvironmentUnavailable 2

Il processo di avvio nell'ambiente Windows isolato non è riuscito perché l'ambiente non è disponibile.

FileNotFound 3

Il processo di avvio nell'ambiente Windows isolato non è riuscito perché non è stato trovato un file.

Success 0

Il processo di avvio nell'ambiente Windows isolato ha esito positivo.

UnknownFailure 1

Il processo di avvio nell'ambiente Windows isolato non è riuscito con errore sconosciuto.

Commenti

Avviso

Si tratta di un'API deprecata.

Si applica a