mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[SHELL] IPersistFolder2::GetCurFolder takes a PIDLIST_ABSOLUTE*. CORE-16385
This commit is contained in:
parent
4328daa6e4
commit
b90c24d640
28 changed files with 28 additions and 28 deletions
|
@ -704,7 +704,7 @@ HRESULT STDMETHODCALLTYPE CMergedFolder::Initialize(LPCITEMIDLIST pidl)
|
|||
}
|
||||
|
||||
// IPersistFolder2
|
||||
HRESULT STDMETHODCALLTYPE CMergedFolder::GetCurFolder(LPITEMIDLIST * pidl)
|
||||
HRESULT STDMETHODCALLTYPE CMergedFolder::GetCurFolder(PIDLIST_ABSOLUTE * pidl)
|
||||
{
|
||||
if (pidl)
|
||||
*pidl = m_shellPidl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue