include: Add IPersistIDList to headers.
This commit is contained in:
parent
9b9325fbd1
commit
a5c22d0070
|
@ -68,6 +68,21 @@ interface IPersistFolder2 : IPersistFolder
|
|||
}
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
* IPersistIDList interface
|
||||
*/
|
||||
[
|
||||
object,
|
||||
uuid(1079acfc-29bd-11d3-8e0d-00c04f6837d5),
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface IPersistIDList : IPersist
|
||||
{
|
||||
HRESULT SetIDList( [in] LPCITEMIDLIST pidl );
|
||||
HRESULT GetIDList( [out] LPITEMIDLIST *ppidl );
|
||||
}
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
* IEnumIDList interface
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue