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 Online 故障分析的可选整数键 (OCA) 存储桶 (,即) 的最小源的分类。
[out] CurrentDmaBufferOffset
当前 DMA 缓冲区中的可选执行偏移量。 操作系统使用偏移量来优化 DMA 数据收集。
Reserved2
留待将来使用。
Reserved3
留待将来使用。
Reserved4
留待将来使用。
Reserved5
留待将来使用。
Reserved6
留待将来使用。
Reserved7
保留供将来使用。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista |
标头 | d3dkmddi.h (包括 D3dkmddi.h) |