[UMPNPMGR] PNP_RegisterNotification(): Fix a string format (#6211)

Type was changed from DWORD to DWORD_PTR (as handle).
Addendum to commit 71df39b02
This commit is contained in:
Serge Gautherie
2023-12-23 21:50:47 +01:00
committed by GitHub
parent ffc99d08e8
commit df81dadd9c

View File

@@ -4702,7 +4702,7 @@ PNP_RegisterNotification(
PDEV_BROADCAST_HANDLE pBroadcastDeviceHandle;
PNOTIFY_ENTRY pNotifyData = NULL;
DPRINT1("PNP_RegisterNotification(%p %lx '%S' %p %lu 0x%lx %p %lx %p)\n",
DPRINT1("PNP_RegisterNotification(%p %p '%S' %p %lu 0x%lx %p %lx %p)\n",
hBinding, hRecipient, pszName, pNotificationFilter,
ulNotificationFilterSize, ulFlags, pNotifyHandle, ulProcessId, pulUnknown9);