[SDK] -Add the prototype of PaintMenuBar and update the prototype of NtUserPaintMenuBar.
[reactos.git] / reactos / win32ss / include / ntuser.h
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