|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | NUM_APPLETS 1 |
Functions | |
| static BOOL CALLBACK | PropSheetAddPage (HPROPSHEETPAGE hpage, LPARAM lParam) |
| static BOOL | InitPropSheetPage (PROPSHEETHEADER *ppsh, WORD idDlg, DLGPROC DlgProc) |
| static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
| static LONG APIENTRY | Applet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
| LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| BOOLEAN WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) |
Variables | |
| HINSTANCE | hApplet = NULL |
| GLOBAL_POWER_POLICY | gGPP |
| TCHAR | langSel [255] |
| #define NUM_APPLETS 1 |
Definition at line 138 of file powercfg.c.
Definition at line 77 of file powercfg.c.
Referenced by CPlApplet().
Definition at line 140 of file powercfg.c.
Definition at line 183 of file powercfg.c.
|
static |
Definition at line 33 of file powercfg.c.
Referenced by Applet().
|
static |
Definition at line 20 of file powercfg.c.
Referenced by Applet(), and InitPropSheetPage().
Definition at line 58 of file powercfg.c.
Referenced by Applet().
| GLOBAL_POWER_POLICY gGPP |
Definition at line 16 of file powercfg.c.
Referenced by Adv_InitDialog(), Adv_SaveData(), Ala_InitData(), CreateEnergyList(), and ShowCurrentPowerActionPolicies().
Definition at line 15 of file powercfg.c.
Referenced by Applet(), DllMain(), InitPropSheetPage(), and PropSheetProc().
| TCHAR langSel[255] |
Definition at line 17 of file powercfg.c.
Referenced by CreateLanguagesList(), and InitLanguagesList().