Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
b89a49d4
Commit
b89a49d4
authored
May 15, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Fix the spelling of the hRecipient variable.
parent
e8e067eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
misc.c
dlls/user32/misc.c
+5
-5
No files found.
dlls/user32/misc.c
View file @
b89a49d4
...
...
@@ -505,7 +505,7 @@ HDEVNOTIFY WINAPI RegisterDeviceNotificationA(HANDLE hnd, LPVOID notifyfilter, D
* notifications about a device.
*
* PARAMS
* hRec
e
pient [I] Window or service status handle that
* hRec
i
pient [I] Window or service status handle that
* will receive notifications.
* pNotificationFilter [I] DEV_BROADCAST_HDR followed by some
* type-specific data.
...
...
@@ -518,13 +518,13 @@ HDEVNOTIFY WINAPI RegisterDeviceNotificationA(HANDLE hnd, LPVOID notifyfilter, D
* NOTES
*
* The dwFlags parameter can be one of two values:
*| DEVICE_NOTIFY_WINDOW_HANDLE - hRec
e
pient is a window handle
*| DEVICE_NOTIFY_SERVICE_HANDLE - hRec
e
pient is a service status handle
*| DEVICE_NOTIFY_WINDOW_HANDLE - hRec
i
pient is a window handle
*| DEVICE_NOTIFY_SERVICE_HANDLE - hRec
i
pient is a service status handle
*/
HDEVNOTIFY
WINAPI
RegisterDeviceNotificationW
(
HANDLE
hRec
e
pient
,
LPVOID
pNotificationFilter
,
DWORD
dwFlags
)
HDEVNOTIFY
WINAPI
RegisterDeviceNotificationW
(
HANDLE
hRec
i
pient
,
LPVOID
pNotificationFilter
,
DWORD
dwFlags
)
{
FIXME
(
"(hwnd=%p, filter=%p,flags=0x%08x) returns a fake device notification handle!
\n
"
,
hRec
e
pient
,
pNotificationFilter
,
dwFlags
);
hRec
i
pient
,
pNotificationFilter
,
dwFlags
);
return
(
HDEVNOTIFY
)
0xcafeaffe
;
}
...
...
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