D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP_INFORMATION - NtDoc

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

typedef struct _D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP_INFORMATION {
  D3DKMT_ALIGN64 UINT64 Budget;
  D3DKMT_ALIGN64 UINT64 Requested;
  D3DKMT_ALIGN64 UINT64 Usage;
  D3DKMT_ALIGN64 UINT64 Demoted[D3DKMT_QUERYSTATISTICS_ALLOCATION_PRIORITY_CLASS_MAX];
} D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_GROUP_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_querystatistics_process_segment_group_information)

Description

Reserved for system use. Do not use.

Members

Budget

Requested

Usage

Demoted

Remarks

See also