estructura DXGK_DIAGNOSTIC_CATEGORIES (dispmprt.h)
Estructura con un campo de bits para cada categoría de diagnóstico definida.
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 De progresión.
Reserved
Reservado.
Value
Valor de las categorías.
Requisitos
Requisito | Valor |
---|---|
encabezado de | dispmprt.h |