|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Defines |
| #define | NUM_APPLETS (1) |
Functions |
| static LONG APIENTRY | DisplayApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | BackgroundPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | ScreenSaverPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | AppearancePageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | SettingsPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| UINT CALLBACK | SettingsPageCallbackProc (HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp) |
| HMENU | LoadPopupMenu (IN HINSTANCE hInstance, IN LPCTSTR lpMenuName) |
| static BOOL CALLBACK | PropSheetAddPage (HPROPSHEETPAGE hpage, LPARAM lParam) |
| static BOOL | InitPropSheetPage (PROPSHEETHEADER *ppsh, WORD idDlg, DLGPROC DlgProc, LPFNPSPCALLBACK pfnCallback) |
| LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD dwReason, LPVOID lpvReserved) |
Variables |
| HINSTANCE | hApplet = 0 |
| HWND | hCPLWindow |
| APPLET | Applets [NUM_APPLETS] |
| struct { |
| WORD idDlg |
| DLGPROC DlgProc |
| LPFNPSPCALLBACK Callback |
| } | PropPages [] |
Generated on Sun May 27 2012 05:00:34 for ReactOS by
1.7.6.1
|