mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:32:57 +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 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue