mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:03:25 +00:00
[SETUPAPI] PNP_RegisterNotification: Parameter 8 seems to be a process ID
This commit is contained in:
parent
f4033b02e4
commit
7faca935e6
2 changed files with 3 additions and 3 deletions
|
@ -675,7 +675,7 @@ CMP_RegisterNotification(
|
||||||
((DEV_BROADCAST_HDR*)lpvNotificationFilter)->dbch_size,
|
((DEV_BROADCAST_HDR*)lpvNotificationFilter)->dbch_size,
|
||||||
ulFlags,
|
ulFlags,
|
||||||
&pNotifyData->ulNotifyData,
|
&pNotifyData->ulNotifyData,
|
||||||
0, /* ??? */
|
GetCurrentProcessId(),
|
||||||
&ulUnknown9); /* ??? */
|
&ulUnknown9); /* ??? */
|
||||||
}
|
}
|
||||||
RpcExcept(EXCEPTION_EXECUTE_HANDLER)
|
RpcExcept(EXCEPTION_EXECUTE_HANDLER)
|
||||||
|
|
|
@ -881,8 +881,8 @@ interface pnp
|
||||||
[in] DWORD ulNotificationFilterSize,
|
[in] DWORD ulNotificationFilterSize,
|
||||||
[in] DWORD ulFlags,
|
[in] DWORD ulFlags,
|
||||||
[out] DWORD *pulNotifyData,
|
[out] DWORD *pulNotifyData,
|
||||||
[in] DWORD ulUnknown8,
|
[in] DWORD ulProcessId,
|
||||||
[out] DWORD *pulUnknown9);
|
[in] DWORD *pulUnknown9);
|
||||||
|
|
||||||
/* Function 60 */
|
/* Function 60 */
|
||||||
DWORD
|
DWORD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue