mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +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
|
@ -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;
|
||||
|
|
|
@ -73,7 +73,7 @@ private:
|
|||
static DWORD WINAPI SearchThreadProc(LPVOID lpParameter);
|
||||
|
||||
//// *** IPersistFolder2 methods ***
|
||||
STDMETHODIMP GetCurFolder(LPITEMIDLIST *pidl);
|
||||
STDMETHODIMP GetCurFolder(PIDLIST_ABSOLUTE *pidl);
|
||||
|
||||
|
||||
// *** IPersistFolder methods ***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue