Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3cf7b6b4
Commit
3cf7b6b4
authored
Dec 19, 2022
by
Rémi Bernon
Committed by
Alexandre Julliard
Jan 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Declare some NtUser pointer related syscalls.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=53847
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=51537
parent
f9c244f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ntuser.h
include/ntuser.h
+4
-0
No files found.
include/ntuser.h
View file @
3cf7b6b4
...
...
@@ -701,6 +701,7 @@ BOOL WINAPI NtUserDrawIconEx( HDC hdc, INT x0, INT y0, HICON icon, INT width,
DWORD
WINAPI
NtUserDrawMenuBarTemp
(
HWND
hwnd
,
HDC
hdc
,
RECT
*
rect
,
HMENU
handle
,
HFONT
font
);
BOOL
WINAPI
NtUserEmptyClipboard
(
void
);
BOOL
WINAPI
NtUserEnableMenuItem
(
HMENU
handle
,
UINT
id
,
UINT
flags
);
BOOL
WINAPI
NtUserEnableMouseInPointer
(
BOOL
);
BOOL
WINAPI
NtUserEnableScrollBar
(
HWND
hwnd
,
UINT
bar
,
UINT
flags
);
BOOL
WINAPI
NtUserEndDeferWindowPosEx
(
HDWP
hdwp
,
BOOL
async
);
BOOL
WINAPI
NtUserEndMenu
(
void
);
...
...
@@ -760,6 +761,8 @@ int WINAPI NtUserGetMouseMovePointsEx( UINT size, MOUSEMOVEPOINT *ptin, MOUS
BOOL
WINAPI
NtUserGetObjectInformation
(
HANDLE
handle
,
INT
index
,
void
*
info
,
DWORD
len
,
DWORD
*
needed
);
HWND
WINAPI
NtUserGetOpenClipboardWindow
(
void
);
BOOL
WINAPI
NtUserGetPointerInfoList
(
UINT32
id
,
POINTER_INPUT_TYPE
type
,
UINT_PTR
,
UINT_PTR
,
SIZE_T
size
,
UINT32
*
entry_count
,
UINT32
*
pointer_count
,
void
*
pointer_info
);
INT
WINAPI
NtUserGetPriorityClipboardFormat
(
UINT
*
list
,
INT
count
);
HWINSTA
WINAPI
NtUserGetProcessWindowStation
(
void
);
HANDLE
WINAPI
NtUserGetProp
(
HWND
hwnd
,
const
WCHAR
*
str
);
...
...
@@ -789,6 +792,7 @@ NTSTATUS WINAPI NtUserInitializeClientPfnArrays( const struct user_client_procs
HICON
WINAPI
NtUserInternalGetWindowIcon
(
HWND
hwnd
,
UINT
type
);
INT
WINAPI
NtUserInternalGetWindowText
(
HWND
hwnd
,
WCHAR
*
text
,
INT
count
);
BOOL
WINAPI
NtUserIsClipboardFormatAvailable
(
UINT
format
);
BOOL
WINAPI
NtUserIsMouseInPointerEnabled
(
void
);
BOOL
WINAPI
NtUserInvalidateRect
(
HWND
hwnd
,
const
RECT
*
rect
,
BOOL
erase
);
BOOL
WINAPI
NtUserInvalidateRgn
(
HWND
hwnd
,
HRGN
hrgn
,
BOOL
erase
);
BOOL
WINAPI
NtUserKillTimer
(
HWND
hwnd
,
UINT_PTR
id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment