ReactOS 0.4.16-dev-814-g656a5dc
|
Go to the source code of this file.
Macros | |
#define | FCIDM_DESKBROWSER_REFRESH 0xA220 |
#define | IDS_TITLE_MYCOMP 30386 |
#define | IDS_TITLE_MYNET 30387 |
#define | IDS_TITLE_BIN_1 30388 |
#define | IDS_TITLE_BIN_0 30389 |
#define | IDS_PERSONAL 9227 |
Functions | |
VOID | InitDesktopSettings (PDESKTOP_DATA pData) |
BOOL | SaveDesktopSettings (PDESKTOP_DATA pData) |
static BOOL | GetCurrentValue (UINT i, BOOL bNewStart) |
static VOID | SetCurrentValue (UINT i, BOOL bNewStart, BOOL bValue) |
VOID | SetDesktopSettings (PDESKTOP_DATA pData) |
static HICON | GetIconFromLocation (LPTSTR szIconPath) |
static VOID | DesktopOnInitDialog (IN HWND hwndDlg, IN PDESKTOP_DATA pData) |
static VOID | DesktopOnDestroyDialog (IN HWND hwndDlg, IN PDESKTOP_DATA pData) |
INT_PTR CALLBACK | DesktopPageProc (IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
Variables | |
static const TCHAR | szHideDesktopIcons [] = TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\") |
static const TCHAR | szClassicStartMenu [] = TEXT("ClassicStartMenu") |
static const TCHAR | szNewStartPanel [] = TEXT("NewStartPanel") |
struct { | |
LPCTSTR CLSID | |
UINT Checkbox | |
} | DesktopIcons [NUM_DESKTOP_ICONS] |
static const TCHAR | szUserClass [] = TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CLSID\\") |
static const TCHAR | szSysClass [] = TEXT("CLSID\\") |
static const TCHAR | szDefaultIcon [] = TEXT("\\DefaultIcon") |
static const TCHAR | szFallbackIcon [] = TEXT("%SystemRoot%\\system32\\shell32.dll,0") |
struct { | |
LPCTSTR CLSID | |
UINT TitleId | |
LPCTSTR IconName | |
} | IconChange [NUM_CHANGE_ICONS] |
|
static |
Definition at line 325 of file desktop.c.
Referenced by DesktopPageProc().
|
static |
Definition at line 240 of file desktop.c.
Referenced by DesktopPageProc().
INT_PTR CALLBACK DesktopPageProc | ( | IN HWND | hwndDlg, |
IN UINT | uMsg, | ||
IN WPARAM | wParam, | ||
IN LPARAM | lParam | ||
) |
Definition at line 338 of file desktop.c.
Definition at line 229 of file desktop.c.
Referenced by DesktopOnInitDialog(), and DesktopPageProc().
VOID InitDesktopSettings | ( | PDESKTOP_DATA | pData | ) |
Definition at line 63 of file desktop.c.
Referenced by BackgroundPageProc().
BOOL SaveDesktopSettings | ( | PDESKTOP_DATA | pData | ) |
VOID SetDesktopSettings | ( | PDESKTOP_DATA | pData | ) |
Definition at line 181 of file desktop.c.
Referenced by BackgroundPageProc().
UINT Checkbox |
Definition at line 36 of file desktop.c.
Referenced by DesktopOnInitDialog(), and DesktopPageProc().
struct { ... } DesktopIcons[NUM_DESKTOP_ICONS] |
Referenced by DesktopOnInitDialog(), DesktopPageProc(), GetCurrentValue(), InitDesktopSettings(), SaveDesktopSettings(), SetCurrentValue(), and SetDesktopSettings().
struct { ... } IconChange[NUM_CHANGE_ICONS] |
Referenced by DesktopOnInitDialog(), InitDesktopSettings(), SaveDesktopSettings(), and SetDesktopSettings().
LPCTSTR IconName |
Definition at line 53 of file desktop.c.
Referenced by CAvailableApplicationInfo::CAvailableApplicationInfo(), DesktopOnInitDialog(), CExplorerCommand::GetIcon(), InitDesktopSettings(), and SetDesktopSettings().
Definition at line 30 of file desktop.c.
Referenced by GetCurrentValue(), InitDesktopSettings(), and SetCurrentValue().
Definition at line 46 of file desktop.c.
Referenced by InitDesktopSettings(), and SetDesktopSettings().
|
static |
Definition at line 47 of file desktop.c.
Referenced by InitDesktopSettings().
|
static |
Definition at line 29 of file desktop.c.
Referenced by GetCurrentValue(), InitDesktopSettings(), and SetCurrentValue().
Definition at line 31 of file desktop.c.
Referenced by GetCurrentValue(), InitDesktopSettings(), and SetCurrentValue().
Definition at line 45 of file desktop.c.
Referenced by InitDesktopSettings().
|
static |
Definition at line 44 of file desktop.c.
Referenced by DesktopOnInitDialog(), InitDesktopSettings(), and SetDesktopSettings().
UINT TitleId |
Definition at line 52 of file desktop.c.
Referenced by ConfirmDialog(), DesktopOnInitDialog(), and SetDesktopSettings().