mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
[SETUPAPI][UMPNPMGR] The 3rd parameter of PNP_RegisterNotification() seems to be the service name
This commit is contained in:
parent
e4898e6e0b
commit
ece54dcd2f
3 changed files with 34 additions and 12 deletions
|
@ -876,7 +876,7 @@ interface pnp
|
|||
PNP_RegisterNotification(
|
||||
[in] handle_t hBinding,
|
||||
[in] DWORD ulUnknown2,
|
||||
[in] DWORD ulUnknown3,
|
||||
[in, string, ref] LPWSTR pszName,
|
||||
[in, size_is(ulNotificationFilterSize)] BYTE *pNotificationFilter,
|
||||
[in] DWORD ulNotificationFilterSize,
|
||||
[in] DWORD ulFlags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue