ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Macros | |
#define | NUM_APPLETS (1) |
Functions | |
static LONG APIENTRY | Applet1 (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
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) |
LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
BOOLEAN WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) |
Variables | |
HINSTANCE | hApplet = 0 |
GLOBAL_POWER_POLICY | gGPP |
TCHAR | langSel [255] |
APPLET | Applets [NUM_APPLETS] |
#define NUM_APPLETS (1) |
Definition at line 17 of file powercfg.c.
Definition at line 90 of file powercfg.c.
Definition at line 153 of file powercfg.c.
Definition at line 200 of file powercfg.c.
|
static |
Definition at line 46 of file powercfg.c.
Referenced by Applet1().
|
static |
Definition at line 33 of file powercfg.c.
Referenced by Applet1(), and InitPropSheetPage().
Definition at line 71 of file powercfg.c.
Referenced by Applet1().
APPLET Applets[NUM_APPLETS] |
Definition at line 27 of file powercfg.c.
Referenced by CPlApplet().
GLOBAL_POWER_POLICY gGPP |
Definition at line 23 of file powercfg.c.
Referenced by Adv_InitDialog(), Adv_SaveData(), Ala_InitData(), CreateEnergyList(), and ShowCurrentPowerActionPolicies().
HINSTANCE hApplet = 0 |
Definition at line 22 of file powercfg.c.
Referenced by Applet1(), DllMain(), InitPropSheetPage(), and PropSheetProc().
TCHAR langSel[255] |
Definition at line 24 of file powercfg.c.
Referenced by CreateLanguagesList(), and InitLanguagesList().