|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 (_In_ PPOWER_METER_INFO ppmi) |
| static BOOL | PowerMeterInfo_UpdateBatteryStats (_In_ PPOWER_METER_INFO ppmi, _In_ UINT BatteryId) |
| static VOID | PowerMeterDetail_UpdateStats (HWND hwndDlg) |
| static VOID | PowerMeterDetail_InitDialog (HWND hwndDlg) |
| static VOID | CenterWindow (_In_ HWND hWnd) |
| INT_PTR CALLBACK | PowerMeterDetailDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static DWORD WINAPI | PowerMeterDetailDlgThread (PVOID pParam) |
| static HICON | GetBattIcon (_In_ HINSTANCE hInst, _In_ PPOWER_METER_INFO ppmi) |
| static VOID | PowerMeter_InitDialog (HWND hwndDlg) |
| INT_PTR CALLBACK | PowerMeterDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
| static UINT | SelectedBattery = 0 |
| ID of battery currently shown in the details dialog. | |
| static HWND | hwndDlgDetail = NULL |
| Single modeless battery details dialog. | |
| typedef struct POWER_METER_INFO * PPOWER_METER_INFO |
Definition at line 266 of file powermeter.c.
Referenced by PowerMeterDetailDlgProc().
|
static |
Definition at line 362 of file powermeter.c.
Referenced by PowerMeter_InitDialog().
Definition at line 385 of file powermeter.c.
Referenced by PowerMeterDlgProc().
Definition at line 252 of file powermeter.c.
Referenced by PowerMeterDetailDlgProc().
Definition at line 202 of file powermeter.c.
Referenced by PowerMeterDetail_InitDialog().
Definition at line 304 of file powermeter.c.
Referenced by PowerMeterDetailDlgThread().
Definition at line 346 of file powermeter.c.
Referenced by PowerMeterDlgProc().
Definition at line 481 of file powermeter.c.
Referenced by Applet().
|
static |
Definition at line 49 of file powermeter.c.
Referenced by PowerMeter_InitDialog(), and PowerMeterDetail_UpdateStats().
|
static |
Definition at line 30 of file powermeter.c.
Referenced by PowerMeter_InitDialog().
Single modeless battery details dialog.
Definition at line 13 of file powermeter.c.
Referenced by PowerMeterDetailDlgProc(), and PowerMeterDlgProc().
|
static |
ID of battery currently shown in the details dialog.
Definition at line 12 of file powermeter.c.
Referenced by PowerMeterDetail_InitDialog(), PowerMeterDetail_UpdateStats(), and PowerMeterDlgProc().