[SHELL] IPersistFolder2::GetCurFolder takes a PIDLIST_ABSOLUTE*. CORE-16385

This commit is contained in:
Thomas Faber 2019-09-10 12:24:11 +02:00
parent 4328daa6e4
commit b90c24d640
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
28 changed files with 28 additions and 28 deletions

View file

@ -674,7 +674,7 @@ STDMETHODIMP CFindFolder::MessageSFVCB(UINT uMsg, WPARAM wParam, LPARAM lParam)
}
//// *** IPersistFolder2 methods ***
STDMETHODIMP CFindFolder::GetCurFolder(LPITEMIDLIST *pidl)
STDMETHODIMP CFindFolder::GetCurFolder(PIDLIST_ABSOLUTE *pidl)
{
*pidl = ILClone(m_pidl);
return S_OK;

View file

@ -73,7 +73,7 @@ private:
static DWORD WINAPI SearchThreadProc(LPVOID lpParameter);
//// *** IPersistFolder2 methods ***
STDMETHODIMP GetCurFolder(LPITEMIDLIST *pidl);
STDMETHODIMP GetCurFolder(PIDLIST_ABSOLUTE *pidl);
// *** IPersistFolder methods ***