mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385
This commit is contained in:
parent
6b0d2c2a2c
commit
b2992e7a5e
18 changed files with 18 additions and 18 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue