mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +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
|
@ -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…
Add table
Add a link
Reference in a new issue