DXGK_DIAGTYPE_PROGRESSIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgk_diagtype_progressions)

_DXGK_DIAGTYPE_PROGRESSIONS structure

Description

A structure used to identify one or more diagnostic types in the Progressions category.

Members

SyncLockEnableSync

Indicates whether the sync lock is enabled.

Reserved

Reserved.

Value

Remarks

See also