// d3dkmddi.h
typedef struct _DXGK_SCHEDULING_LOG_BUFFER {
DXGK_SCHEDULING_LOG_HEADER Header;
DXGK_SCHEDULING_LOG_ENTRY Entries[1];
} DXGK_SCHEDULING_LOG_BUFFER;
View the official Windows Driver Kit DDI referenceNo description available.
Information about the passed buffer as a scheduling log for a particular GPU node.
HeaderPointer to a DXGK_SCHEDULING_LOG_HEADER structure that contains information about the scheduling log header.
EntriesPointer to DXGK_SCHEDULING_LOG_ENTRY that contains information about the scheduling log entry.