mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:32:14 +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,
|
||||
ulFlags,
|
||||
&pNotifyData->ulNotifyData,
|
||||
0, /* ??? */
|
||||
GetCurrentProcessId(),
|
||||
&ulUnknown9); /* ??? */
|
||||
}
|
||||
RpcExcept(EXCEPTION_EXECUTE_HANDLER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue