[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

@ -69,7 +69,7 @@ interface IPersistFolder2 : IPersistFolder
{
typedef IPersistFolder2 *LPPERSISTFOLDER2;
HRESULT GetCurFolder( [out] LPITEMIDLIST *ppidl );
HRESULT GetCurFolder( [out] PIDLIST_ABSOLUTE *ppidl );
}