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 です。