D3DKMT_QUERYSTATISTICS_PROCESS_NODE_INFORMATION - NtDoc

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

typedef struct _D3DKMT_QUERYSTATISTICS_PROCESS_NODE_INFORMATION {
  D3DKMT_ALIGN64 LARGE_INTEGER                  RunningTime;
  ULONG                                         ContextSwitch;
  D3DKMT_QUERYSTATISTICS_PREEMPTION_INFORMATION PreemptionStatistics;
  D3DKMT_QUERYSTATISTICS_PACKET_INFORMATION     PacketStatistics;
  D3DKMT_ALIGN64 UINT64                         Reserved[8];
} D3DKMT_QUERYSTATISTICS_PROCESS_NODE_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use. Do not use.

Members

RunningTime

ContextSwitch

PreemptionStatistics

PacketStatistics

Reserved

Remarks

See also