Alistair Leslie-Hughes : include: Add MENUGETOBJECTINFO.
Module: wine Branch: master Commit: 0453e56e36541152b061fd4c28adef18057a9b67 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0453e56e36541152b061fd4c2... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Mon Jul 29 23:07:41 2019 +0000 include: Add MENUGETOBJECTINFO. Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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);
participants (1)
-
Alexandre Julliard