次の方法で共有


GraphicsTrustStatus 列挙型

定義

グラフィックスの信頼された出力の状態について説明します。

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

未指定のエラーが発生しました。

適用対象