|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | CUSTOM_ENTRY |
Macros | |
| #define | I_UNCHECKED 1 |
| #define | I_CHECKED 2 |
Typedefs | |
| typedef BOOL(CALLBACK * | FN_CUSTOM_GET) (const CUSTOM_ENTRY *entry) |
| typedef VOID(CALLBACK * | FN_CUSTOM_SET) (const CUSTOM_ENTRY *entry, BOOL bValue) |
Functions | |
| VOID | OnAddStartMenuItems (HWND hDlg) |
| VOID | OnRemoveStartmenuItems (HWND hDlg) |
| VOID | OnAdvancedStartMenuItems () |
| static BOOL | RecentHasShortcut (HWND hwnd) |
| static BOOL | HandleMruData (BOOL Delete) |
| VOID | ClearRecentAndMru () |
| static VOID | InitializeClearButton (HWND hwnd) |
| static BOOL CALLBACK | CustomGetAdvanced (const CUSTOM_ENTRY *entry) |
| static VOID CALLBACK | CustomSetAdvanced (const CUSTOM_ENTRY *entry, BOOL bValue) |
| static BOOL CALLBACK | CustomGetSmallStartMenu (const CUSTOM_ENTRY *entry) |
| static VOID CALLBACK | CustomSetSmallStartMenu (const CUSTOM_ENTRY *entry, BOOL bValue) |
| static VOID | AddCustomItem (HWND hTreeView, const CUSTOM_ENTRY *entry) |
| static void | CustomizeClassic_OnInitDialog (HWND hwnd) |
| static BOOL | CustomizeClassic_OnOK (HWND hwnd) |
| INT_PTR CALLBACK | CustomizeClassicProc (HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam) |
| VOID | ShowCustomizeClassic (HINSTANCE hInst, HWND hExplorer) |
Variables | |
| static const PCWSTR | g_MruKeys [] |
| static const CUSTOM_ENTRY | s_CustomEntries [] |
| #define I_CHECKED 2 |
Definition at line 14 of file startmnucust.cpp.
| #define I_UNCHECKED 1 |
Definition at line 13 of file startmnucust.cpp.
| typedef BOOL(CALLBACK * FN_CUSTOM_GET) (const CUSTOM_ENTRY *entry) |
Definition at line 112 of file startmnucust.cpp.
Definition at line 113 of file startmnucust.cpp.
|
static |
Definition at line 197 of file startmnucust.cpp.
Referenced by CustomizeClassic_OnInitDialog().
| VOID ClearRecentAndMru | ( | ) |
Definition at line 95 of file startmnucust.cpp.
Referenced by CustomizeClassicProc(), and CTrayWindow::SaveState().
|
static |
Definition at line 125 of file startmnucust.cpp.
|
static |
Definition at line 135 of file startmnucust.cpp.
Definition at line 219 of file startmnucust.cpp.
Referenced by CustomizeClassicProc().
Definition at line 234 of file startmnucust.cpp.
Referenced by CustomizeClassicProc().
Definition at line 266 of file startmnucust.cpp.
Referenced by ShowCustomizeClassic().
|
static |
Definition at line 130 of file startmnucust.cpp.
|
static |
Definition at line 140 of file startmnucust.cpp.
Definition at line 69 of file startmnucust.cpp.
Referenced by ClearRecentAndMru(), and InitializeClearButton().
Definition at line 101 of file startmnucust.cpp.
Referenced by CustomizeClassic_OnInitDialog(), and CustomizeClassicProc().
Definition at line 17 of file startmnucust.cpp.
Referenced by CustomizeClassicProc().
| VOID OnAdvancedStartMenuItems | ( | ) |
Definition at line 34 of file startmnucust.cpp.
Referenced by CustomizeClassicProc().
Definition at line 29 of file startmnucust.cpp.
Referenced by CustomizeClassicProc().
Definition at line 44 of file startmnucust.cpp.
Referenced by InitializeClearButton().
Definition at line 305 of file startmnucust.cpp.
Referenced by CStartMenuSettingsPage::OnStartMenuCustomize().
Definition at line 61 of file startmnucust.cpp.
Referenced by HandleMruData().
|
static |
Definition at line 145 of file startmnucust.cpp.
Referenced by CustomizeClassic_OnInitDialog(), and CustomizeClassic_OnOK().