[UMPNPMGR]
authorEric Kohl <eric.kohl@reactos.org>
Wed, 1 Mar 2017 21:52:20 +0000 (21:52 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Wed, 1 Mar 2017 21:52:20 +0000 (21:52 +0000)
Fix a property id for a call to NtPlugPlayControl().

svn path=/trunk/; revision=74021

reactos/base/services/umpnpmgr/umpnpmgr.c

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