Author: gadamopoulos Date: Fri Mar 31 16:55:20 2017 New Revision: 74249
URL: http://svn.reactos.org/svn/reactos?rev=74249&view=rev Log: [SDK] -Add the prototype of PaintMenuBar and update the prototype of NtUserPaintMenuBar.
Modified: trunk/reactos/sdk/include/reactos/undocuser.h trunk/reactos/win32ss/include/ntuser.h
Modified: trunk/reactos/sdk/include/reactos/undocuser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/reactos/undocus... ============================================================================== --- trunk/reactos/sdk/include/reactos/undocuser.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/reactos/undocuser.h [iso-8859-1] Fri Mar 31 16:55:20 2017 @@ -190,6 +190,7 @@
BOOL WINAPI DrawCaptionTempA(HWND,HDC,const RECT*,HFONT,HICON,LPCSTR,UINT); BOOL WINAPI DrawCaptionTempW(HWND,HDC,const RECT*,HFONT,HICON,LPCWSTR,UINT); +BOOL WINAPI PaintMenuBar(HWND hWnd, HDC hDC, ULONG left, ULONG right, ULONG top, BOOL bActive);
#ifdef UNICODE #define DrawCaptionTemp DrawCaptionTempW
Modified: trunk/reactos/win32ss/include/ntuser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/include/ntuser.h?re... ============================================================================== --- trunk/reactos/win32ss/include/ntuser.h [iso-8859-1] (original) +++ trunk/reactos/win32ss/include/ntuser.h [iso-8859-1] Fri Mar 31 16:55:20 2017 @@ -2713,12 +2713,12 @@ DWORD NTAPI NtUserPaintMenuBar( - DWORD dwUnknown1, - DWORD dwUnknown2, - DWORD dwUnknown3, - DWORD dwUnknown4, - DWORD dwUnknown5, - DWORD dwUnknown6); + HWND hWnd, + HDC hDC, + ULONG left, + ULONG right, + ULONG top, + BOOL bActive);
BOOL APIENTRY