mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +00:00
[UMPNPMGR][SETUPAPI] PNP_RegisterNotification() has got 9 parameters.
This commit is contained in:
parent
18e835b605
commit
7eb6e42626
3 changed files with 26 additions and 11 deletions
|
@ -593,9 +593,10 @@ CMP_RegisterNotification(
|
|||
{
|
||||
RPC_BINDING_HANDLE BindingHandle = NULL;
|
||||
PNOTIFY_DATA pNotifyData = NULL;
|
||||
DWORD ulUnknown9 = 0;
|
||||
CONFIGRET ret = CR_SUCCESS;
|
||||
|
||||
TRACE("CMP_RegisterNotification(%p %p %lu %p)\n",
|
||||
FIXME("CMP_RegisterNotification(%p %p %lu %p)\n",
|
||||
hRecipient, lpvNotificationFilter, ulFlags, phDevNotify);
|
||||
|
||||
if ((hRecipient == NULL) ||
|
||||
|
@ -639,7 +640,9 @@ CMP_RegisterNotification(
|
|||
(BYTE*)lpvNotificationFilter,
|
||||
((DEV_BROADCAST_HDR*)lpvNotificationFilter)->dbch_size,
|
||||
ulFlags,
|
||||
&pNotifyData->ulNotifyData);
|
||||
&pNotifyData->ulNotifyData,
|
||||
0,
|
||||
&ulUnknown9);
|
||||
}
|
||||
RpcExcept(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue