estrutura DXGK_DIAGNOSTIC_CATEGORIES (dispmprt.h)
Estrutura com um campo de bits para cada categoria definida de diagnóstico.
Sintaxe
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;
Membros
Notifications
Uma categoria definida pelo sistema operacional que tem tipos de diagnóstico definidos na estrutura DXGK_DIAGTYPE_NOTIFICATIONS .
Progressions
Uma estrutura DXGK_DIAGTYPE_PROGRESSIONS para indicar um tipo de diagnóstico Progressões.
Reserved
Reservado.
Value
Valor das categorias.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | dispmprt.h |