mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 08:52:59 +00:00
[SHELL32] Don't display non-enumerable nor non-folder items in Explorer tree (#7189)
This partially implements RegFolder required items as described by Geoff Chappell. CORE-19176 CORE-14061
This commit is contained in:
parent
a75ed2acd9
commit
6ae11ba09d
18 changed files with 606 additions and 309 deletions
|
@ -226,8 +226,7 @@ HRESULT CDesktopBrowser::Initialize(IShellDesktopTray *ShellDesk)
|
|||
if (!m_hWnd)
|
||||
return E_FAIL;
|
||||
|
||||
CSFV csfv = {sizeof(CSFV), psfDesktop};
|
||||
hRet = SHCreateShellFolderViewEx(&csfv, &m_ShellView);
|
||||
hRet = psfDesktop->CreateViewObject(m_hWnd, IID_PPV_ARG(IShellView, &m_ShellView));
|
||||
if (FAILED_UNEXPECTEDLY(hRet))
|
||||
return hRet;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue