[SHELL32][EXPLORER] Improve Recent Documents of Start Menu (#2648)

Improve Recent Documents of Start Menu. Add items of "My Documents" and "My Pictures" into Recent menu item.
CORE-3588, CORE-11483
This commit is contained in:
Katayama Hirofumi MZ
2020-04-30 17:09:14 +09:00
committed by GitHub
parent c6680c99d9
commit 8f3079c67f
37 changed files with 448 additions and 19 deletions

View File

@@ -1497,7 +1497,7 @@ HRESULT CMenuSFToolbar::InternalPopupItem(INT iItem, INT index, DWORD_PTR dwData
if (FAILED_UNEXPECTEDLY(hr))
return hr;
hr = shellMenu->SetShellFolder(childFolder, NULL, NULL, 0);
hr = shellMenu->SetShellFolder(childFolder, NULL, NULL, SMSET_TOP);
if (FAILED_UNEXPECTEDLY(hr))
return hr;