struct PROCESSOR_IDLE_TIMES

typedef struct 
{
     UINT64 StartTime;
     UINT64 EndTime;
     ULONG Reserved[4];
} PROCESSOR_IDLE_TIMES, *PPROCESSOR_IDLE_TIMES;

Windows Vista Kernel Structures