DXGK_DEVICE_TYPE_CAPS 结构 (d3dkmddi.h)

描述设备的功能类型。

语法

typedef struct _DXGK_DEVICE_TYPE_CAPS {
  union {
    struct {
      UINT32 Discrete : 1;
      UINT32 Detachable : 1;
      UINT32 Reserved : 30;
    };
    UINT32 Value;
  };
} DXGK_DEVICE_TYPE_CAPS;

成员

Discrete

设备是离散的。

Detachable

设备是可分离的。

Reserved

保留。

Value

要求

要求
最低受支持的客户端 Windows 10 版本 1809
标头 d3dkmddi.h