[PATCH] include: add IAutoCompleteDropDown declatation

Mikołaj Zalewski mikolaj at zalewski.pl
Wed Sep 17 13:52:41 CDT 2008


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

diff --git a/include/shobjidl.idl b/include/shobjidl.idl
index 7a4bd88..45cca9d 100644
--- a/include/shobjidl.idl
+++ b/include/shobjidl.idl
@@ -1377,3 +1377,23 @@ interface ITaskbarList : IUnknown
     HRESULT SetActiveAlt(
         [in] HWND hwnd);
 }
+
+/*****************************************************************************
+ *    IAutoCompleteDropDown interface
+ */
+[
+    object,
+    uuid(3CD141F4-3C6A-11d2-BCAA-00C04FD929DB),
+    pointer_default(unique)
+]
+interface IAutoCompleteDropDown : IUnknown
+{
+cpp_quote("#define ACDD_VISIBLE   0x0001")
+
+    HRESULT GetDropDownStatus(
+        [out] DWORD *pdwFlags,
+        [out, string] LPWSTR *ppwszString);
+
+    HRESULT ResetEnumerator();
+}
+
-- 
1.5.4


--------------030002060604010203070000--



More information about the wine-patches mailing list