IsolatedWindowsEnvironmentStartProcessStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已取代。 隔離式 Windows 環境中的啟動程序結果。
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
- 繼承
-
IsolatedWindowsEnvironmentStartProcessStatus
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 2004 (已於 10.0.19041.0 引進)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (已於 v2.0 引進)
|
欄位
AppNotRegistered | 4 | 隔離式 Windows 環境中的啟動程式失敗,因為應用程式未註冊。 |
EnvironmentUnavailable | 2 | 隔離式 Windows 環境中的啟動程式失敗,因為無法使用環境。 |
FileNotFound | 3 | 在隔離的 Windows 環境中啟動程式失敗,因為找不到檔案。 |
Success | 0 | 在隔離的 Windows 環境中啟動程式成功。 |
UnknownFailure | 1 | 在隔離的 Windows 環境中啟動進程失敗,發生未知的錯誤。 |
備註
警告
這是已被取代的 API。