mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:16:18 +00:00
[SETUPAPI][UMPNPMGR] PNP_UnregisterNotification: Add 2 unknown parameters
This commit is contained in:
parent
ca0406131c
commit
a9c4c07955
3 changed files with 9 additions and 2 deletions
|
@ -634,6 +634,8 @@ CMP_RegisterNotification(
|
|||
RpcTryExcept
|
||||
{
|
||||
ret = PNP_RegisterNotification(BindingHandle,
|
||||
0,
|
||||
0,
|
||||
(BYTE*)lpvNotificationFilter,
|
||||
((DEV_BROADCAST_HDR*)lpvNotificationFilter)->dbch_size,
|
||||
ulFlags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue