DXGKARG_COLLECTDBGINFO_EXT - NtDoc

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

typedef struct _DXGKARG_COLLECTDBGINFO_EXT {
  [out] UINT BucketingKey;
  [out] UINT CurrentDmaBufferOffset;
        UINT Reserved2;
        UINT Reserved3;
        UINT Reserved4;
        UINT Reserved5;
        UINT Reserved6;
        UINT Reserved7;
} DXGKARG_COLLECTDBGINFO_EXT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_COLLECTDBGINFO_EXT structure

Description

The DXGKARG_COLLECTDBGINFO_EXT structure describes extension information for a debug report.

Members

BucketingKey [out]

The optional integer key for Microsoft Online Crash Analysis (OCA) bucketing (that is, the categorizing of minidumps).

CurrentDmaBufferOffset [out]

The optional execution offset into the current DMA buffer. The operating system uses the offset to optimize DMA data collection.

Reserved2

Reserved for future use.

Reserved3

Reserved for future use.

Reserved4

Reserved for future use.

Reserved5

Reserved for future use.

Reserved6

Reserved for future use.

Reserved7

Reserved for future use.

See also

DXGKARG_COLLECTDBGINFO

DxgkDdiCollectDbgInfo