mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[SHELL] IPersistFolder::Initialize takes a PCIDLIST_ABSOLUTE. CORE-16385
This commit is contained in:
parent
b90c24d640
commit
c2b476bd77
30 changed files with 34 additions and 34 deletions
|
@ -53,7 +53,7 @@ interface IPersistFolder : IPersist
|
|||
{
|
||||
typedef IPersistFolder *LPPERSISTFOLDER;
|
||||
|
||||
HRESULT Initialize( [in] LPCITEMIDLIST pidl );
|
||||
HRESULT Initialize( [in] PCIDLIST_ABSOLUTE pidl );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue