|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 405 of file ntpoapi.h.
Referenced by NtPowerInformation().
| ULONG _PROCESSOR_POWER_INFORMATION::CurrentMhz |
Definition at line 402 of file ntpoapi.h.
Referenced by NtPowerInformation(), ProcessorDlgProc(), and SetProcSpeed().
| ULONG _PROCESSOR_POWER_INFORMATION::MaxIdleState |
Definition at line 404 of file ntpoapi.h.
Referenced by NtPowerInformation().
| ULONG _PROCESSOR_POWER_INFORMATION::MaxMhz |
Definition at line 401 of file ntpoapi.h.
Referenced by NtPowerInformation().
| ULONG _PROCESSOR_POWER_INFORMATION::MhzLimit |
Definition at line 403 of file ntpoapi.h.
Referenced by NtPowerInformation().
| ULONG _PROCESSOR_POWER_INFORMATION::Number |
Definition at line 400 of file ntpoapi.h.
Referenced by NtPowerInformation(), and test_query_processor_power_info().