Alexandre Julliard : include: Added activeds library definition.

Alexandre Julliard julliard at winehq.org
Fri Feb 16 13:41:30 CST 2018


Module: wine
Branch: master
Commit: 441017ce7d7c5cef2a33553bbe36a7f2bfa421d9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=441017ce7d7c5cef2a33553bbe36a7f2bfa421d9

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Feb 16 13:31:22 2018 +0100

include: Added activeds library definition.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/iads.idl | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/include/iads.idl b/include/iads.idl
index e7ad5fb..dcaf133 100644
--- a/include/iads.idl
+++ b/include/iads.idl
@@ -18,6 +18,16 @@
 
 import "oaidl.idl";
 
+[
+    helpstring("Active DS Type Library"),
+    uuid(97d25db0-0363-11cf-abc4-02608c9e7553),
+    version(1.0)
+]
+library ActiveDs
+{
+
+importlib("stdole2.tlb");
+
 typedef enum
 {
     ADS_RIGHT_DS_CREATE_CHILD         = 0x00000001,
@@ -777,3 +787,5 @@ interface IDirectorySearch : IUnknown
     HRESULT FreeColumn([in] PADS_SEARCH_COLUMN pSearchColumn);
     HRESULT CloseSearchHandle([in] ADS_SEARCH_HANDLE hSearchResult);
 }
+
+} /* library */




More information about the wine-cvs mailing list