Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenpowercfg.h
Go to the documentation of this file.
00001 #include "ntstatus.h" 00002 #define WIN32_NO_STATUS 00003 #include <windows.h> 00004 00005 #include <commctrl.h> 00006 #include <cpl.h> 00007 #include <stdio.h> 00008 #include <tchar.h> 00009 #include <shlobj.h> 00010 #include <regstr.h> 00011 00012 #include "powrprof.h" 00013 #include "resource.h" 00014 00015 typedef struct 00016 { 00017 int idIcon; 00018 int idName; 00019 int idDescription; 00020 APPLET_PROC AppletProc; 00021 } APPLET, *PAPPLET; 00022 00023 extern HINSTANCE hApplet; 00024 extern GLOBAL_POWER_POLICY gGPP; 00025 extern POWER_POLICY gPP[]; 00026 extern UINT guiIndex; 00027 00028 #define MAX_POWER_PAGES 32 00029 00030 INT_PTR CALLBACK PowerSchemesDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00031 INT_PTR CALLBACK AlarmsDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00032 INT_PTR CALLBACK AdvancedDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00033 INT_PTR CALLBACK HibernateDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00034 00035 /* EOF */ Generated on Sun May 27 2012 04:21:00 for ReactOS by
1.7.6.1
|