ReactOS 0.4.16-dev-1408-gbc64f3a
|
#include "powercfg.h"
Go to the source code of this file.
Classes | |
struct | POWER_METER_INFO |
Typedefs | |
typedef struct POWER_METER_INFO * | PPOWER_METER_INFO |
Functions | |
static VOID | PowerMeterInfo_UpdateGlobalStats (PPOWER_METER_INFO ppmi) |
static BOOL | PowerMeterInfo_UpdateBatteryStats (PPOWER_METER_INFO ppmi) |
static VOID | PowerMeterDetail_UpdateStats (HWND hwndDlg) |
static VOID | PowerMeterDetail_InitDialog (HWND hwndDlg) |
INT_PTR CALLBACK | PowerMeterDetailDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static VOID | PowerMeter_InitDialog (HWND hwndDlg) |
INT_PTR CALLBACK | PowerMeterDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static int | SelectedBattery = 0 |
static HWND | hwndDlgDetail = 0 |
typedef struct POWER_METER_INFO * PPOWER_METER_INFO |
Definition at line 283 of file powermeter.c.
Referenced by PowerMeterDlgProc().
Definition at line 241 of file powermeter.c.
Referenced by PowerMeterDetailDlgProc().
Definition at line 190 of file powermeter.c.
Referenced by PowerMeterDetail_InitDialog().
Definition at line 256 of file powermeter.c.
Referenced by PowerMeterDlgProc().
Definition at line 358 of file powermeter.c.
Referenced by Applet1().
|
static |
Definition at line 48 of file powermeter.c.
Referenced by PowerMeter_InitDialog(), and PowerMeterDetail_UpdateStats().
|
static |
Definition at line 32 of file powermeter.c.
Referenced by PowerMeter_InitDialog().
|
static |
Definition at line 15 of file powermeter.c.
Referenced by PowerMeterDetailDlgProc(), and PowerMeterDlgProc().
|
static |
Definition at line 14 of file powermeter.c.
Referenced by PowerMeter_InitDialog(), PowerMeterDetail_InitDialog(), PowerMeterDlgProc(), and PowerMeterInfo_UpdateBatteryStats().