DXGK_DIAGTYPE_PROGRESSIONS structure (dispmprt.h)

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

Syntax

typedef struct _DXGK_DIAGTYPE_PROGRESSIONS {
  union {
    struct {
      UINT SyncLockEnableSync : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} DXGK_DIAGTYPE_PROGRESSIONS;

Members

SyncLockEnableSync

Indicates whether the sync lock is enabled.

Reserved

Reserved.

Value

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header dispmprt.h