ReactOS
0.4.15-dev-2087-g6bfb76b
|
Go to the source code of this file.
Macros | |
#define | NUM_APPLETS (1) |
Variables | |
HINSTANCE | hApplet = 0 |
HWND | hCPLWindow |
APPLET | Applets [NUM_APPLETS] |
struct { | |
WORD idDlg | |
DLGPROC DlgProc | |
LPFNPSPCALLBACK Callback | |
LPWSTR Name | |
} | PropPages [] |
Definition at line 216 of file appearance.c.
Definition at line 1170 of file background.c.
Definition at line 256 of file desk.c.
Definition at line 142 of file desk.c.
|
static |
Definition at line 367 of file desk.c.
|
static |
Definition at line 81 of file desk.c.
Referenced by DisplayApplet().
void WINAPI InstallScreenSaverA | ( | IN HWND | hWindow, |
IN HANDLE | hInstance, | ||
IN LPCSTR | pszFile, | ||
IN UINT | nCmdShow | ||
) |
Definition at line 340 of file desk.c.
void WINAPI InstallScreenSaverW | ( | IN HWND | hWindow, |
IN HANDLE | hInstance, | ||
IN LPCWSTR | pszFile, | ||
IN UINT | nCmdShow | ||
) |
Definition at line 291 of file desk.c.
Referenced by InstallScreenSaverA().
Definition at line 41 of file desk.c.
Definition at line 124 of file desk.c.
Referenced by DisplayApplet().
Definition at line 692 of file screensaver.c.
UINT CALLBACK SettingsPageCallbackProc | ( | HWND | hwnd, |
UINT | uMsg, | ||
LPPROPSHEETPAGE | ppsp | ||
) |
Definition at line 647 of file settings.c.
Definition at line 448 of file settings_page.c.
Referenced by SystemApplet().
Definition at line 1064 of file theme.c.
APPLET Applets[NUM_APPLETS] |
Definition at line 30 of file desk.c.
Referenced by CPlApplet().
DLGPROC DlgProc |
Definition at line 111 of file desk.c.
Referenced by DisplayAdvancedSettingsInitPropSheetPage(), DisplayApplet(), InitGroupPropSheetPage(), InitIntlPropSheetPage(), InitPropSheetPage(), and InitUserPropSheetPage().
HINSTANCE hApplet = 0 |
Definition at line 26 of file desk.c.
Referenced by DisplayApplet(), DllMain(), InitPropSheetPage(), and PropSheetProc().
HWND hCPLWindow |
Definition at line 27 of file desk.c.
Referenced by DisplayApplet(), and LoadSchemeFromTheme().
WORD idDlg |
Definition at line 110 of file desk.c.
Referenced by DisplayAdvancedSettingsInitPropSheetPage(), DisplayApplet(), InitGroupPropSheetPage(), InitIntlPropSheetPage(), InitPropSheetPage(), and InitUserPropSheetPage().
const { ... } PropPages[] |
Referenced by DisplayApplet().