다음을 통해 공유


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입니다.

적용 대상