[SDK] -Add the prototype of PaintMenuBar and update the prototype of NtUserPaintMenuBar.
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Fri, 31 Mar 2017 16:55:20 +0000 (16:55 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Fri, 31 Mar 2017 16:55:20 +0000 (16:55 +0000)
svn path=/trunk/; revision=74249

reactos/sdk/include/reactos/undocuser.h
reactos/win32ss/include/ntuser.h

index bf9a6c6..e04ba13 100644 (file)
@@ -190,6 +190,7 @@ BOOL WINAPI SetShellWindowEx(HWND, HWND);
 
 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
index af74bf2..0bfbc0a 100644 (file)
@@ -2713,12 +2713,12 @@ NtUserPaintDesktop(
 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