IsolatedWindowsEnvironmentOwnerRegistrationStatus Перечисление

Определение

Не рекомендуется. Состояние успешного выполнения или сбоя изолированногоwindowsenvironmentownerregistration.

public enum class IsolatedWindowsEnvironmentOwnerRegistrationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentOwnerRegistrationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationStatus 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 IsolatedWindowsEnvironmentOwnerRegistrationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentOwnerRegistrationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationStatus 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 IsolatedWindowsEnvironmentOwnerRegistrationStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentOwnerRegistrationStatus.success
Public Enum IsolatedWindowsEnvironmentOwnerRegistrationStatus
Наследование
IsolatedWindowsEnvironmentOwnerRegistrationStatus
Атрибуты

Требования к Windows

Семейство устройств
Windows 10, version 2004 (появилось в 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (появилось в v2.0)

Поля

AccessDenied 2

Регистрация владельца для изолированной среды Windows завершилась сбоем из-за отказа в доступе.

InsufficientMemory 3

Регистрация владельца для изолированной среды Windows из-за нехватки памяти.

InvalidArgument 1

Сбой регистрации владельца для изолированной среды Windows из-за недопустимого атрибута.

Success 0

Регистрация владельца изолированной среды Windows выполнена успешно.

UnknownFailure 4

Регистрация владельца изолированной среды Windows завершилась сбоем с неизвестным сбоем.

Комментарии

Предупреждение

Это нерекомендуемый API.

Применяется к