From a5c22d0070f6c9fd1b04a7099d42614f1ffc379d Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 13 Feb 2009 15:53:23 -0600 Subject: [PATCH] include: Add IPersistIDList to headers. --- include/shobjidl.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/include/shobjidl.idl b/include/shobjidl.idl index e73c5d261b2..324f5e5ab1d 100644 --- a/include/shobjidl.idl +++ b/include/shobjidl.idl @@ -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 */