DXGK_DIAGNOSTIC_SYNCLOCK_ENABLESYNC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef struct _DXGK_DIAGNOSTIC_SYNCLOCK_ENABLESYNC {
  DXGK_DIAGNOSTIC_HEADER Header;
  union {
    struct {
      UINT DuringSetTiming : 1;
      UINT EnableSyncStart : 1;
      UINT EnableSyncEnd : 1;
      UINT Reserved : 29;
    } SyncLockEnableSync;
    UINT Value;
  };
} DXGK_DIAGNOSTIC_SYNCLOCK_ENABLESYNC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGK_DIAGNOSTIC_SYNCLOCK_ENABLESYNC structure

Description

Diagnostic sync lock enable sync.

Members

A DXGK_DIAGNOSTIC_HEADER structure.

SyncLockEnableSync

The state of the sync lock enable sync.

SyncLockEnableSync.DuringSetTiming

Enable sync during set timing.

SyncLockEnableSync.EnableSyncStart

Enable sync has started.

SyncLockEnableSync.EnableSyncEnd

Enable sync has ended.

SyncLockEnableSync.Reserved

Reserved.

Value

Remarks

See also