QueryProcessorSchedulingStatistics

Retrieves a PPROCESSOR_SCHEDULING_STATISTICS structure describing the scheduling behavior of the Game OS on the physical processors.

Syntax

VOID QueryProcessorSchedulingStatistics(
         PPROCESSOR_SCHEDULING_STATISTICS ProcessorSchedulingStatistics
)  

Parameters

ProcessorSchedulingStatistics
Type: PPROCESSOR_SCHEDULING_STATISTICS 

[out] A PPROCESSOR_SCHEDULING_STATISTICS structure that will describe the scheduling behavior of the Game OS on the physical processors when QueryProcessorSchedulingStatistics returns.

Return value

Type: VOID 

Requirements

Header: Declared in winbase.h.

Library: Use kernelx.lib.