ReactOS 0.4.15-dev-5667-ged97270
|
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 1179 of file background.c.
Definition at line 266 of file desk.c.
Definition at line 142 of file desk.c.
|
static |
Definition at line 68 of file desk.c.
Referenced by DisplayApplet(), and InitPropSheetPage().
Definition at line 387 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 360 of file desk.c.
void WINAPI InstallScreenSaverW | ( | IN HWND | hWindow, |
IN HANDLE | hInstance, | ||
IN LPCWSTR | pszFile, | ||
IN UINT | nCmdShow | ||
) |
Definition at line 311 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 798 of file screensaver.c.
UINT CALLBACK SettingsPageCallbackProc | ( | HWND | hwnd, |
UINT | uMsg, | ||
LPPROPSHEETPAGE | ppsp | ||
) |
Definition at line 689 of file settings.c.
Definition at line 647 of file settings_page.c.
Referenced by SystemApplet().
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(), DlgThreadProc(), InitGroupPropSheetPage(), InitIntlPropSheetPage(), InitPropSheetPage(), InitUserPropSheetPage(), OpenRDPConnectDialog(), UManStartDlg(), and WinMain().
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 struct { ... } PropPages[] |
Referenced by DisplayApplet().