DXGK_SCHEDULING_LOG_HEADER - NtDoc

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

typedef struct _DXGK_SCHEDULING_LOG_HEADER {
  union {
    struct {
      UINT32 FirstFreeEntryIndex;
      UINT32 WraparoundCount;
    };
    ULARGE_INTEGER AtomicWraparoundAndEntryIndex;
  };
  UINT64 NumberOfEntries;
  UINT64 Reserved[2];
} DXGK_SCHEDULING_LOG_HEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_scheduling_log_header)

_DXGK_SCHEDULING_LOG_HEADER structure

Description

Contains information about a scheduling log header.

Members

FirstFreeEntryIndex

The first free entry index.

WraparoundCount

The wrap around count.

AtomicWraparoundAndEntryIndex

Index of the atomic wrap around and entry.

NumberOfEntries

The number of entries.

Reserved

An array of reserved entries.

Remarks

See also