ReactOS 0.4.16-dev-1946-g52006dd
powercfg.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Power Configuration Applet
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Main header
5 * COPYRIGHT: Copyright 2006 Alexander Wurzinger <lohnegrim@gmx.net>
6 * Copyright 2006 Johannes Anderwald <johannes.anderwald@reactos.org>
7 * Copyright 2006 Martin Rottensteiner <2005only@pianonote.at>
8 */
9
10#ifndef _POWERCFG_H
11#define _POWERCFG_H
12
13#include <stdarg.h>
14
15#define _INC_WINDOWS
16#define COM_NO_WINDOWS_H
17
18#include <ntstatus.h>
19#define WIN32_NO_STATUS
20#include <windows.h>
21#include <windef.h>
22#include <winbase.h>
23#include <winreg.h>
24#include <cpl.h>
25#include <tchar.h>
26#include <shlobj.h>
27#include <shlwapi.h>
28#include <powrprof.h>
29#include <ndk/rtlfuncs.h>
30#include <strsafe.h>
31#include <setupapi.h>
32#include <batclass.h>
33#include <initguid.h>
34#include <devguid.h>
35
36#include "resource.h"
37
38extern HINSTANCE hApplet;
40
41#define MAX_POWER_PAGES 32
42
48
49#endif /* _POWERCFG_H */
WPARAM wParam
Definition: combotst.c:138
LPARAM lParam
Definition: combotst.c:139
#define CALLBACK
Definition: compat.h:35
LONG_PTR LPARAM
Definition: minwindef.h:175
UINT_PTR WPARAM
Definition: minwindef.h:174
unsigned int UINT
Definition: ndis.h:50
INT_PTR CALLBACK PowerSchemesDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: powershemes.c:826
INT_PTR CALLBACK PowerMeterDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: powermeter.c:481
GLOBAL_POWER_POLICY gGPP
Definition: powercfg.c:16
INT_PTR CALLBACK AlarmsDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: alarms.c:151
INT_PTR CALLBACK AdvancedDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: advanced.c:225
INT_PTR CALLBACK HibernateDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: hibernate.c:87
HINSTANCE hApplet
Definition: access.c:17
int32_t INT_PTR
Definition: typedefs.h:64