DXGK_DIAGNOSTIC_SYNCLOCK_ENABLESYNC structure (dispmprt.h)
Diagnostic sync lock enable sync.
Syntax
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;
Members
Header
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
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | dispmprt.h |