GraphicsTrustStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述图形受信任输出的状态。
public enum class GraphicsTrustStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GraphicsTrustStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GraphicsTrustStatus
Public Enum GraphicsTrustStatus
- 继承
-
GraphicsTrustStatus
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
字段
DriverNotSupported | 3 | 受信任输出不支持驱动程序。 |
DriverSigningFailure | 4 | 受信任输出的驱动程序签名失败。 |
EnvironmentNotSupported | 2 | 受信任的输出不支持环境。 |
TrustEstablished | 1 | 已建立信任输出。 |
TrustNotRequired | 0 | 不需要受信任的输出。 |
UnknownFailure | 5 | 发生了未指定的错误。 |