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 | 發生未指定的錯誤。 |