SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX

The SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX structure is produced in the output buffer by a successful call to the following functions:

when given the information class SystemProcessorPerformanceInformationEx (0x8D).

Documentation Status

The SYSTEM_PROCESSOR_PERFRMANCE_INFORMATION_EX structure is not documented.

Layout

The SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX is 0x48 bytes in both 32-bit and 64-bit Windows.

Offset (x86) Definition
0x00
LARGE_INTEGER IdleTime;
0x08
LARGE_INTEGER KernelTime;
0x10
LARGE_INTEGER UserTime;
0x18
LARGE_INTEGER DpcTime;
0x20
LARGE_INTEGER InterruptTime;
0x28
ULONG InterruptCount;
0x2C
ULONG Spare0;
0x30
LARGE_INTEGER AvailableTime;
0x38
LARGE_INTEGER Spare1;
0x40
LARGE_INTEGER Spare2;