mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:21:42 +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
|
@ -69,7 +69,7 @@ interface IPersistFolder2 : IPersistFolder
|
|||
{
|
||||
typedef IPersistFolder2 *LPPERSISTFOLDER2;
|
||||
|
||||
HRESULT GetCurFolder( [out] LPITEMIDLIST *ppidl );
|
||||
HRESULT GetCurFolder( [out] PIDLIST_ABSOLUTE *ppidl );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue