169 Insert.item.pszText = szText;
170 Insert.item.lParam =
entry->id;
211 TRACE(
"%p: %d\n",
item.lParam, bChecked);
BOOL SetAdvancedDword(IN LPCWSTR pszValueName, IN DWORD dwValue)
BOOL GetAdvancedBool(IN LPCWSTR pszValueName, IN BOOL bDefaultValue)
TaskbarSettings g_TaskbarSettings
#define IDS_ADVANCED_SMALL_START_MENU
#define IDS_ADVANCED_EXPAND_CONTROL_PANEL
#define IDS_ADVANCED_DISPLAY_ADMINTOOLS
#define IDC_CLASSICSTART_ADVANCED
#define IDS_ADVANCED_DISPLAY_RUN
#define IDC_CLASSICSTART_REMOVE
#define IDS_ADVANCED_EXPAND_NET_CONNECTIONS
#define IDC_CLASSICSTART_CLEAR
#define IDS_ADVANCED_DISPLAY_FAVORITES
#define IDS_ADVANCED_EXPAND_MY_PICTURES
#define IDS_ADVANCED_EXPAND_MY_DOCUMENTS
#define IDC_CLASSICSTART_ADD
#define IDD_CLASSICSTART_CUSTOMIZE
#define IDS_ADVANCED_DISPLAY_LOG_OFF
#define IDS_ADVANCED_EXPAND_PRINTERS
#define IDC_CLASSICSTART_SETTINGS
#define INVALID_HANDLE_VALUE
HANDLE WINAPI FindFirstFileW(IN LPCWSTR lpFileName, OUT LPWIN32_FIND_DATAW lpFindFileData)
BOOL WINAPI FindClose(HANDLE hFindFile)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
HRESULT WINAPI SHGetFolderPathW(HWND hwndOwner, int nFolder, HANDLE hToken, DWORD dwFlags, LPWSTR pszPath)
static const WCHAR Message[]
#define TreeView_GetNextVisible(hwnd, hitem)
#define TreeView_GetItem(hwnd, pitem)
#define TreeView_GetRoot(hwnd)
#define TVIS_STATEIMAGEMASK
#define INDEXTOSTATEIMAGEMASK(i)
#define TreeView_InsertItem(hwnd, lpis)
#define CSIDL_FLAG_CREATE
void WINAPI SHAddToRecentDocs(UINT uFlags, LPCVOID pv)
HINSTANCE WINAPI ShellExecuteW(HWND hwnd, LPCWSTR lpVerb, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd)
@ REST_NONETWORKCONNECTIONS
DWORD WINAPI SHRestricted(RESTRICTIONS rest)
static BOOL CALLBACK CustomGetAdvanced(const CUSTOM_ENTRY *entry)
VOID OnRemoveStartmenuItems(HWND hDlg)
VOID(CALLBACK * FN_CUSTOM_SET)(const CUSTOM_ENTRY *entry, BOOL bValue)
static const CUSTOM_ENTRY s_CustomEntries[]
BOOL(CALLBACK * FN_CUSTOM_GET)(const CUSTOM_ENTRY *entry)
static BOOL CALLBACK CustomGetSmallStartMenu(const CUSTOM_ENTRY *entry)
static VOID AddCustomItem(HWND hTreeView, const CUSTOM_ENTRY *entry)
static BOOL RecentHasShortcut(HWND hwnd)
static VOID CALLBACK CustomSetSmallStartMenu(const CUSTOM_ENTRY *entry, BOOL bValue)
VOID OnAdvancedStartMenuItems()
static BOOL CustomizeClassic_OnOK(HWND hwnd)
VOID ShowCustomizeClassic(HINSTANCE hInst, HWND hExplorer)
static void CustomizeClassic_OnInitDialog(HWND hwnd)
static VOID CALLBACK CustomSetAdvanced(const CUSTOM_ENTRY *entry, BOOL bValue)
INT_PTR CALLBACK CustomizeClassicProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)
static VOID OnClearRecentItems(HWND hwnd)
VOID OnAddStartMenuItems(HWND hDlg)
STRSAFEAPI StringCchCatW(STRSAFE_LPWSTR pszDest, size_t cchDest, STRSAFE_LPCWSTR pszSrc)
#define GetWindowLongPtrW
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
#define DialogBoxW(i, t, p, f)
LRESULT WINAPI SendMessageTimeoutW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM, _In_ UINT, _In_ UINT, _Out_opt_ PDWORD_PTR)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
#define MAKEINTRESOURCEW(i)
#define SetWindowLongPtrW
BOOL WINAPI EndDialog(_In_ HWND, _In_ INT_PTR)