DeviceAccessStatus
DeviceAccessStatus
DeviceAccessStatus
DeviceAccessStatus
Enum
Definition
Indicates the status of the access to a device.
public : enum class DeviceAccessStatuspublic enum DeviceAccessStatusPublic Enum DeviceAccessStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Allowed Allowed Allowed Allowed | Access to the device is allowed. |
| DeniedBySystem DeniedBySystem DeniedBySystem DeniedBySystem | Access to the device has been disallowed by the system. |
| DeniedByUser DeniedByUser DeniedByUser DeniedByUser | Access to the device has been disallowed by the user. |
| Unspecified Unspecified Unspecified Unspecified | The device access is not specified. |