DXGK_DIAGNOSTIC_CATEGORIES structure (dispmprt.h)
Structure with a bit-field for each defined category of diagnostic.
Syntax
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
An OS defined category which has diagnostic types defined in the DXGK_DIAGTYPE_NOTIFICATIONS structure.
Progressions
A DXGK_DIAGTYPE_PROGRESSIONS structure for indicating a Progressions diagnostic type.
Reserved
Reserved.
Value
Value of the categories.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |