ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
HINSTANCE | hApplet = NULL |
HWND | hCPLWindow = NULL |
APPLET | 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 1173 of file control.c.
Referenced by InstallScreenSaverW().
Definition at line 277 of file desk.c.
Definition at line 153 of file desk.c.
|
static |
Definition at line 79 of file desk.c.
Referenced by DisplayApplet(), and InitPropSheetPage().
Definition at line 460 of file desk.c.
|
static |
Definition at line 92 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 416 of file desk.c.
void WINAPI InstallScreenSaverW | ( | IN HWND | hWindow, |
IN HANDLE | hInstance, | ||
IN LPCWSTR | pszFile, | ||
IN UINT | nCmdShow | ||
) |
Definition at line 322 of file desk.c.
Referenced by InstallScreenSaverA().
Definition at line 52 of file desk.c.
Definition at line 135 of file desk.c.
Referenced by DisplayApplet().
Definition at line 779 of file screensaver.c.
UINT CALLBACK SettingsPageCallbackProc | ( | HWND | hwnd, |
UINT | uMsg, | ||
LPPROPSHEETPAGE | ppsp | ||
) |
Definition at line 687 of file settings.c.
Definition at line 613 of file settings_page.c.
Referenced by SystemApplet().
APPLET Applets[] |
Definition at line 41 of file desk.c.
Referenced by CPlApplet().
DLGPROC DlgProc |
Definition at line 122 of file desk.c.
Referenced by DisplayAdvancedSettingsInitPropSheetPage(), DisplayApplet(), DlgThreadProc(), InitGroupPropSheetPage(), InitIntlPropSheetPage(), InitPropSheetPage(), InitUserPropSheetPage(), OpenRDPConnectDialog(), STDMETHODIMP_(), UManStartDlg(), and WinMain().
Definition at line 37 of file desk.c.
Referenced by DisplayApplet(), DllMain(), InitPropSheetPage(), InstallScreenSaverW(), and PropSheetProc().
Definition at line 38 of file desk.c.
Referenced by DisplayApplet(), and LoadSchemeFromTheme().
WORD idDlg |
Definition at line 121 of file desk.c.
Referenced by DisplayAdvancedSettingsInitPropSheetPage(), DisplayApplet(), InitGroupPropSheetPage(), InitIntlPropSheetPage(), InitPropSheetPage(), and InitUserPropSheetPage().
const struct { ... } PropPages[] |
Referenced by DisplayApplet().