mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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)
|
||||
|
|
|
@ -881,8 +881,8 @@ interface pnp
|
|||
[in] DWORD ulNotificationFilterSize,
|
||||
[in] DWORD ulFlags,
|
||||
[out] DWORD *pulNotifyData,
|
||||
[in] DWORD ulUnknown8,
|
||||
[out] DWORD *pulUnknown9);
|
||||
[in] DWORD ulProcessId,
|
||||
[in] DWORD *pulUnknown9);
|
||||
|
||||
/* Function 60 */
|
||||
DWORD
|
||||
|
|
Loading…
Reference in a new issue