// dispmprt.h
typedef struct _DXGK_DIAGTYPE_PROGRESSIONS {
union {
struct {
UINT SyncLockEnableSync : 1;
UINT Reserved : 31;
};
UINT Value;
};
} DXGK_DIAGTYPE_PROGRESSIONS;
View the official Windows Driver Kit DDI referenceNo description available.
A structure used to identify one or more diagnostic types in the Progressions category.
SyncLockEnableSyncIndicates whether the sync lock is enabled.
ReservedReserved.
Value