DXGKARG_COLLECTDBGINFO_EXT结构(d3dkmddi.h)

DXGKARG_COLLECTDBGINFO_EXT结构描述调试报表的扩展信息。

语法

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;

成员

[out] BucketingKey

用于Microsoft联机崩溃分析(OCA)存储桶(即小型转储分类)的可选整数键。

[out] CurrentDmaBufferOffset

当前 DMA 缓冲区中的可选执行偏移量。 作系统使用偏移量优化 DMA 数据收集。

Reserved2

保留以供将来使用。

Reserved3

保留以供将来使用。

Reserved4

保留以供将来使用。

Reserved5

保留以供将来使用。

Reserved6

保留以供将来使用。

Reserved7

保留以供将来使用。

要求

要求 价值
最低支持的客户端 Windows Vista
标头 d3dkmddi.h (包括 D3dkmddi.h)

另请参阅

DXGKARG_COLLECTDBGINFO

DxgkDdiCollectDbgInfo