structure DXGK_DEVICE_TYPE_CAPS (d3dkmddi.h)

Décrit le type de fonctionnalités d’un appareil.

Syntaxe

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

Membres

Discrete

L’appareil est discret.

Detachable

L’appareil est détachable.

Reserved

Réservé.

Value

Spécifications

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1809
En-tête d3dkmddi.h