[SDK] -Add the prototype of PaintMenuBar and update the prototype of NtUserPaintMenuBar.

svn path=/trunk/; revision=74249
This commit is contained in:
Giannis Adamopoulos 2017-03-31 16:55:20 +00:00
parent b1b089e5fe
commit cf6d69d369
2 changed files with 7 additions and 6 deletions

View 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

View 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