[SETUPAPI][UMPNPMGR] The 3rd parameter of PNP_RegisterNotification() seems to be the service name

This commit is contained in:
Eric Kohl 2019-07-07 13:41:00 +02:00
parent e4898e6e0b
commit ece54dcd2f
3 changed files with 34 additions and 12 deletions

View file

@ -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,