|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "main.h"
Go to the source code of this file.
Macros | |
| #define | NUM_APPLETS (2) |
Functions | |
| BOOL | InitPropSheetPage (PROPSHEETHEADER *ppsh, WORD idDlg, DLGPROC DlgProc) |
| BOOL CALLBACK | PropSheetAddPage (HPROPSHEETPAGE hpage, LPARAM lParam) |
| LONG CALLBACK | CPlApplet (HWND hwndCpl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved) |
Variables | |
| HINSTANCE | hApplet = 0 |
| APPLET | Applets [NUM_APPLETS] |
Definition at line 85 of file main.c.
Definition at line 133 of file main.c.
| BOOL InitPropSheetPage | ( | PROPSHEETHEADER * | ppsh, |
| WORD | idDlg, | ||
| DLGPROC | DlgProc | ||
| ) |
Definition at line 45 of file main.c.
| BOOL CALLBACK PropSheetAddPage | ( | HPROPSHEETPAGE | hpage, |
| LPARAM | lParam | ||
| ) |
Definition at line 70 of file main.c.
Referenced by InitPropSheetPage().
| APPLET Applets[NUM_APPLETS] |
Definition at line 37 of file main.c.
Referenced by CPlApplet().
| HINSTANCE hApplet = 0 |
Definition at line 33 of file main.c.
Referenced by DllMain(), and InitPropSheetPage().