Vincent Povirk : include: Add IPersistIDList to headers.

Alexandre Julliard julliard at winehq.org
Tue Feb 24 10:21:42 CST 2009


Module: wine
Branch: master
Commit: a5c22d0070f6c9fd1b04a7099d42614f1ffc379d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a5c22d0070f6c9fd1b04a7099d42614f1ffc379d

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Fri Feb 13 15:53:23 2009 -0600

include: Add IPersistIDList to headers.

---

 include/shobjidl.idl |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index e73c5d2..324f5e5 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -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
  */
 [




More information about the wine-cvs mailing list