[UMPNPMGR]

Fix a property id for a call to NtPlugPlayControl().

svn path=/trunk/; revision=74021
This commit is contained in:
Eric Kohl 2017-03-01 21:52:20 +00:00
parent fcd6f24ca0
commit 0448b0da4e

View file

@ -946,7 +946,7 @@ PNP_GetDeviceRegProp(
#endif
case CM_DRP_REMOVAL_POLICY:
PlugPlayData.Property = 0x12; // DevicePropertyRemovalPolicy
PlugPlayData.Property = 0x13; // DevicePropertyRemovalPolicy
break;
#if 0