[NTOSKRNL]
authorCameron Gutman <aicommander@gmail.com>
Thu, 29 Apr 2010 22:35:49 +0000 (22:35 +0000)
committerCameron Gutman <aicommander@gmail.com>
Thu, 29 Apr 2010 22:35:49 +0000 (22:35 +0000)
commit174a4670ea5a7893c79d9bb0d87a2b36adedd5ec
treed6ee012741df5839d31aadeb91b16fa6245b6d1b
parent04c6b4502390e39177bc17508fa3caacc1e22af9
[NTOSKRNL]
- Fix a horrible casting bug
- EventCategoryData1 is a pointer to a GUID not a pointer to a UNICODE_STRING
- Convert the GUID into a UNICODE_STRING properly by using RtlStringFromGUID and pass that string to RtlCompareUnicodeString
- Fix another bug which results in us sending EventCategoryHardwareProfileChange and EventCategoryTargetDeviceChange events to everyone registered for PnP notifications
- Fixes sending EventCategoryDeviceInterfaceChange notifications that happen after calling IoRegisterPlugPlayNotification

svn path=/trunk/; revision=47064
reactos/ntoskrnl/io/pnpmgr/pnpnotify.c