mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 06:13:27 +00:00
add NtUserInvalidateRect and NtUserInvalidateRgn
svn path=/trunk/; revision=28034
This commit is contained in:
parent
52b31af55d
commit
54d13b61db
1 changed files with 14 additions and 0 deletions
|
@ -1437,6 +1437,20 @@ NtUserRedrawWindow
|
|||
UINT flags
|
||||
);
|
||||
|
||||
BOOL
|
||||
NTAPI
|
||||
NtUserInvalidateRect(
|
||||
HWND hWnd,
|
||||
CONST RECT *lpRect,
|
||||
BOOL bErase);
|
||||
|
||||
BOOL
|
||||
NTAPI
|
||||
NtUserInvalidateRgn(
|
||||
HWND hWnd,
|
||||
HRGN hRgn,
|
||||
BOOL bErase);
|
||||
|
||||
/* FIXME: These flag constans aren't what Windows uses. */
|
||||
#define REGISTERCLASS_ANSI 2
|
||||
#define REGISTERCLASS_SYSTEM 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue