65 else if (bLock && bGroup && bShowQL)
67 else if (bLock && !bGroup && !bShowQL)
69 else if (bLock && bGroup && !bShowQL)
71 else if (bLock && !bGroup && bShowQL)
73 else if (!bLock && !bGroup && !bShowQL)
75 else if (!bLock && bGroup && !bShowQL)
77 else if (!bLock && !bGroup && bShowQL)
79 else if (!bLock && bGroup && bShowQL)
159 if (policyNoSimpleStartMenu)
369 hpsp.Add(tbSettingsPage.
Create());
370 hpsp.Add(smSettingsPage.
Create());
371 hpsp.Add(naSettingsPage.
Create());
374 psh.dwSize =
sizeof(psh);
376 psh.hwndParent = hwndOwner;
380 psh.nPages = hpsp.GetSize();
382 psh.phpage = hpsp.GetData();
HINSTANCE hExplorerInstance
TaskbarSettings g_TaskbarSettings
VOID ShowCustomizeClassic(HINSTANCE, HWND)
#define TWM_SETTINGSCHANGED
#define IDC_TASKBARPROP_NOTIFY_FIRST_CMD
#define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL
#define IDC_TASKBARPROP_SMALLICONS
#define IDB_SYSTRAYPROP_HIDE_NOCLOCK_NODESK
#define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL
#define IDB_TASKBARPROP_NOLOCK_NOGROUP_QL
#define IDC_TASKBARPROP_LAST_CMD
#define IDC_TASKBARPROP_STARTMENUCLASSIC
#define IDC_TASKBARPROP_TASKBARBITMAP
#define IDB_SYSTRAYPROP_HIDE_NOCLOCK_DESK
#define IDC_TASKBARPROP_ICONCUST
#define IDC_TASKBARPROP_CLOCK
#define IDB_TASKBARPROP_NOLOCK_GROUP_QL
#define IDC_TASKBARPROP_HIDE
#define IDB_SYSTRAYPROP_HIDE_CLOCK_NODESK
#define IDC_TASKBARPROP_NOTIFICATIONBITMAP
#define IDC_TASKBARPROP_STARTMENU_BITMAP
#define IDB_TASKBARPROP_LOCK_GROUP_NOQL
#define IDC_TASKBARPROP_STARTMENUCLASSICCUST
#define IDB_SYSTRAYPROP_SHOW_SECONDS_DESK
#define IDB_TASKBARPROP_LOCK_NOGROUP_QL
#define IDB_SYSTRAYPROP_SHOW_NOCLOCK_NODESK
#define IDB_SYSTRAYPROP_SHOW_CLOCK_NODESK
#define IDD_TASKBARPROP_STARTMENU
#define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL
#define IDB_SYSTRAYPROP_SHOW_SECONDS_NODESK
#define IDC_TASKBARPROP_SHOWQL
#define IDC_TASKBARPROP_HIDEICONS
#define IDB_SYSTRAYPROP_HIDE_CLOCK_DESK
#define IDS_TASKBAR_STARTMENU_PROP_CAPTION
#define IDD_TASKBARPROP_NOTIFY
#define IDB_SYSTRAYPROP_SHOW_NOCLOCK_DESK
#define IDB_TASKBARPROP_LOCK_GROUP_QL
#define IDC_TASKBARPROP_STARTMENU
#define IDD_TASKBARPROP_TASKBAR
#define IDC_TASKBARPROP_LOCK
#define IDC_TASKBARPROP_SECONDS
#define IDB_SYSTRAYPROP_HIDE_SECONDS_DESK
#define IDB_STARTPREVIEW_CLASSIC
#define IDC_TASKBARPROP_NOTIFY_LAST_CMD
#define IDB_SYSTRAYPROP_HIDE_SECONDS_NODESK
#define IDC_TASKBARPROP_DESKTOP
#define IDC_TASKBARPROP_STARTMENUMODERNTEXT
#define IDB_TASKBARPROP_AUTOHIDE
#define IDC_TASKBARPROP_GROUP
#define IDC_TASKBARPROP_ONTOP
#define IDB_SYSTRAYPROP_SHOW_CLOCK_DESK
#define IDC_TASKBARPROP_STARTMENUCUST
#define IDC_TASKBARPROP_FIRST_CMD
void SetModified(BOOL bChanged=TRUE)
PXSTR GetString() noexcept
LRESULT OnCtrlCommand(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)
LRESULT OnCustomizeTrayIcons(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)
LRESULT OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
static const WORD wImageIdLookupTable[2][2][2][2]
LRESULT OnCtrlCommand(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled)
LRESULT OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled)
#define MESSAGE_HANDLER(msg, func)
#define CHAIN_MSG_MAP(theChainClass)
#define BEGIN_MSG_MAP(theClass)
#define COMMAND_ID_HANDLER(id, func)
#define COMMAND_RANGE_HANDLER(idFirst, idLast, func)
VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
VOID WINAPI SHGetSetSettings(LPSHELLSTATE lpss, DWORD dwMask, BOOL bSet)
#define SHELL_GetSetting(pss, ssf, field)
DWORD WINAPI SHRestricted(RESTRICTIONS rest)
VOID DisplayTrayProperties(IN HWND hwndOwner, IN HWND hwndTaskbar)
static int CALLBACK PropSheetProc(HWND hwndDlg, UINT uMsg, LPARAM lParam)
static void SetBitmap(HWND hwnd, HBITMAP *hbmp, UINT uImageId)
BOOL WINAPI ShowWindow(_In_ HWND, _In_ int)
BOOL WINAPI CheckDlgButton(_In_ HWND, _In_ int, _In_ UINT)
BOOL WINAPI SetWindowPos(_In_ HWND, _In_opt_ HWND, _In_ int, _In_ int, _In_ int, _In_ int, _In_ UINT)
HANDLE WINAPI LoadImageW(_In_opt_ HINSTANCE hInst, _In_ LPCWSTR name, _In_ UINT type, _In_ int cx, _In_ int cy, _In_ UINT fuLoad)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
UINT WINAPI IsDlgButtonChecked(_In_ HWND, _In_ int)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
#define MAKEINTRESOURCEW(i)
HICON WINAPI LoadIconW(_In_opt_ HINSTANCE hInstance, _In_ LPCWSTR lpIconName)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)