[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 DrawCaptionTempA(HWND,HDC,const RECT*,HFONT,HICON,LPCSTR,UINT);
BOOL WINAPI DrawCaptionTempW(HWND,HDC,const RECT*,HFONT,HICON,LPCWSTR,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 #ifdef UNICODE
#define DrawCaptionTemp DrawCaptionTempW #define DrawCaptionTemp DrawCaptionTempW

View file

@ -2713,12 +2713,12 @@ NtUserPaintDesktop(
DWORD DWORD
NTAPI NTAPI
NtUserPaintMenuBar( NtUserPaintMenuBar(
DWORD dwUnknown1, HWND hWnd,
DWORD dwUnknown2, HDC hDC,
DWORD dwUnknown3, ULONG left,
DWORD dwUnknown4, ULONG right,
DWORD dwUnknown5, ULONG top,
DWORD dwUnknown6); BOOL bActive);
BOOL BOOL
APIENTRY APIENTRY