[SHELL] IPersistFolder::Initialize takes a PCIDLIST_ABSOLUTE. CORE-16385

This commit is contained in:
Thomas Faber 2019-09-20 12:19:34 +02:00
parent b90c24d640
commit c2b476bd77
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
30 changed files with 34 additions and 34 deletions

View file

@ -53,7 +53,7 @@ interface IPersistFolder : IPersist
{
typedef IPersistFolder *LPPERSISTFOLDER;
HRESULT Initialize( [in] LPCITEMIDLIST pidl );
HRESULT Initialize( [in] PCIDLIST_ABSOLUTE pidl );
}