ReactOS 0.4.16-dev-340-g0540c21
|
#include <ntpoapi.h>
Public Attributes | |
ULONG | Number |
ULONG | MaxMhz |
ULONG | CurrentMhz |
ULONG | MhzLimit |
ULONG | MaxIdleState |
ULONG | CurrentIdleState |
ULONG _PROCESSOR_POWER_INFORMATION::CurrentIdleState |
Definition at line 404 of file ntpoapi.h.
Referenced by NtPowerInformation().
ULONG _PROCESSOR_POWER_INFORMATION::CurrentMhz |
Definition at line 401 of file ntpoapi.h.
Referenced by NtPowerInformation(), ProcessorDlgProc(), and SetProcSpeed().
ULONG _PROCESSOR_POWER_INFORMATION::MaxIdleState |
Definition at line 403 of file ntpoapi.h.
Referenced by NtPowerInformation().
ULONG _PROCESSOR_POWER_INFORMATION::MaxMhz |
Definition at line 400 of file ntpoapi.h.
Referenced by NtPowerInformation().
ULONG _PROCESSOR_POWER_INFORMATION::MhzLimit |
Definition at line 402 of file ntpoapi.h.
Referenced by NtPowerInformation().
ULONG _PROCESSOR_POWER_INFORMATION::Number |
Definition at line 399 of file ntpoapi.h.
Referenced by NtPowerInformation(), and test_query_processor_power_info().