[SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385

This commit is contained in:
Thomas Faber 2019-09-22 16:36:01 +02:00
parent 6b0d2c2a2c
commit b2992e7a5e
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
18 changed files with 18 additions and 18 deletions

View file

@ -1273,7 +1273,7 @@ interface IShellExtInit : IUnknown
typedef IShellExtInit *LPSHELLEXTINIT;
HRESULT Initialize(
[in] LPCITEMIDLIST pidlFolder,
[in] PCIDLIST_ABSOLUTE pidlFolder,
[in] IDataObject *pdtobj,
[in] HKEY hkeyProgID);
}