mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 02:11:53 +00:00
[SDK] -Add the prototype of PaintMenuBar and update the prototype of NtUserPaintMenuBar.
svn path=/trunk/; revision=74249
This commit is contained in:
parent
b1b089e5fe
commit
cf6d69d369
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue