|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <ntstatus.h>
#include <windows.h>
#include <commctrl.h>
#include <powrprof.h>
#include <tchar.h>
#include <stdio.h>
#include <cpl.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <shlguid.h>
#include <shlobj.h>
#include <cplext.h>
#include <regstr.h>
#include <setupapi.h>
#include "resource.h"
Go to the source code of this file.
Data Structures |
| struct | PAPPLET |
| struct | PPAGEFILE |
| struct | PVIRTMEM |
| struct | PBOOTRECORD |
Defines |
| #define | WIN32_NO_STATUS |
| #define | NUM_APPLETS (1) |
Typedefs |
| typedef LONG(CALLBACK * | APPLET_INITPROC )(VOID) |
Functions |
| void | ShowLastWin32Error (HWND hWndOwner) |
| INT_PTR CALLBACK | GeneralPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | HardwarePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | AdvancedPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | HardProfDlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | UserProfileDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | EnvironmentDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | StartRecDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | VirtMemDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | LicenceDlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables |
| HINSTANCE | hApplet |
Generated on Sat May 19 2012 04:36:41 for ReactOS by
1.7.6.1
|