include: Add IPersistIDList to headers.

This commit is contained in:
Vincent Povirk 2009-02-13 15:53:23 -06:00 committed by Alexandre Julliard
parent 9b9325fbd1
commit a5c22d0070
1 changed files with 15 additions and 0 deletions

View File

@ -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
*/