mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[IDL][SETUPAPI][UMPNPMGR] Improve PNP_RegisterNotification
- The 2nd parameter is the handle to the recipient. - The 8th parameter is the callers process id.
This commit is contained in:
parent
954598037f
commit
71df39b027
3 changed files with 6 additions and 6 deletions
|
@ -878,7 +878,7 @@ interface pnp
|
|||
__stdcall
|
||||
PNP_RegisterNotification(
|
||||
[in] handle_t hBinding,
|
||||
[in] DWORD ulUnknown2,
|
||||
[in] DWORD_PTR hRecipient,
|
||||
[in, string, ref] LPWSTR pszName,
|
||||
[in, size_is(ulNotificationFilterSize)] BYTE *pNotificationFilter,
|
||||
[in] DWORD ulNotificationFilterSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue