ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

powercfg.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.