Commit a5c22d00 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

include: Add IPersistIDList to headers.

parent 9b9325fb
......@@ -69,6 +69,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
*/
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment