Alistair Leslie-Hughes : include: Add MENUGETOBJECTINFO.

Alexandre Julliard julliard at winehq.org
Wed Jul 31 13:55:52 CDT 2019


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Mon Jul 29 23:07:41 2019 +0000

include: Add MENUGETOBJECTINFO.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winuser.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/include/winuser.h b/include/winuser.h
index 60bc473..abb6d5b 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -3425,6 +3425,15 @@ typedef struct tagAUDIODESCRIPTION
     LCID Locale;
 } AUDIODESCRIPTION, *LPAUDIODESCRIPTION;
 
+typedef struct tagMENUGETOBJECTINFO
+{
+    DWORD dwFlags;
+    UINT  uPos;
+    HMENU hmenu;
+    void  *riid;
+    void  *pvObj;
+} MENUGETOBJECTINFO, *PMENUGETOBJECTINFO;
+
 #if defined(_WINGDI_) && !defined(NOGDI)
 WINUSERAPI LONG        WINAPI ChangeDisplaySettingsA(LPDEVMODEA,DWORD);
 WINUSERAPI LONG        WINAPI ChangeDisplaySettingsW(LPDEVMODEW,DWORD);




More information about the wine-cvs mailing list