Condividi tramite


struttura DXGK_DIAGNOSTIC_CATEGORIES (dispmprt.h)

Struttura con un campo di bit per ogni categoria definita di diagnostica.

Sintassi

typedef struct _DXGK_DIAGNOSTIC_CATEGORIES {
  union {
    struct {
      UINT Notifications : 1;
      UINT Progressions : 1;
#if ...
      UINT Reserved : 30;
#else
      UINT Reserved : 31;
#endif
    };
    UINT Value;
  };
} DXGK_DIAGNOSTIC_CATEGORIES;

Members

Notifications

Categoria definita dal sistema operativo con tipi di diagnostica definiti nella struttura DXGK_DIAGTYPE_NOTIFICATIONS .

Progressions

Struttura DXGK_DIAGTYPE_PROGRESSIONS per indicare un tipo di diagnostica Progressione.

Reserved

Riservato.

Value

Valore delle categorie.

Requisiti

Requisito Valore
Intestazione dispmprt.h