DXGK_DIAGNOSTIC_CATEGORIES estructura (dispmprt.h)
Estructura con un campo de bits para cada categoría definida de diagnóstico.
Sintaxis
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;
Miembros
Notifications
Categoría definida por el sistema operativo que tiene tipos de diagnóstico definidos en la estructura DXGK_DIAGTYPE_NOTIFICATIONS .
Progressions
Estructura DXGK_DIAGTYPE_PROGRESSIONS para indicar un tipo de diagnóstico Progresiones.
Reserved
Reservado.
Value
Valor de las categorías.
Requisitos
Requisito | Valor |
---|---|
Header | dispmprt.h |