Condividi tramite


struttura DXGKARGCB_ISFEATUREENABLED2_FLAGS (d3dkmddi.h)

La struttura DXGKARGCB_ISFEATUREENABLED2_FLAGS contiene flag facoltativi per l'esecuzione di query sullo stato abilitato della funzionalità.

Sintassi

typedef struct _DXGKARGCB_ISFEATUREENABLED2_FLAGS {
  union {
    struct {
      UINT32 Reserved : 32;
    };
    UINT32 Value;
  };
} DXGKARGCB_ISFEATUREENABLED2_FLAGS;

Membri

Reserved

Riservato per l'uso del sistema.

Value

Un modo alternativo per accedere ai membri di questa struttura.

Osservazioni

Per altre informazioni, vedere Querying WDDM feature support and enablement.For more information, see Querying WDDM feature support and enablement.

Fabbisogno

Requisito Valore
client minimo supportato Windows 11, versione 24H2 (WDDM 3.2)
intestazione d3dkmddi.h

Vedere anche

DXGKARGCB_ISFEATUREENABLED2