Author: ekohl
Date: Thu Jun 2 14:42:15 2011
New Revision: 52062
URL:
http://svn.reactos.org/svn/reactos?rev=52062&view=rev
Log:
[SETUPAPI]
Add missing properties for SetupDiGetDeviceRegistryProperty and
SetupDiSetDeviceRegistryProperty.
Modified:
trunk/reactos/include/psdk/setupapi.h
Modified: trunk/reactos/include/psdk/setupapi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/setupapi.h?re…
==============================================================================
--- trunk/reactos/include/psdk/setupapi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/setupapi.h [iso-8859-1] Thu Jun 2 14:42:15 2011
@@ -522,8 +522,13 @@
#define SPDRP_EXCLUSIVE 26
#define SPDRP_CHARACTERISTICS 27
#define SPDRP_ADDRESS 28
-#define SPDRP_UI_NUMBER_DESC_FORMAT 30
-#define SPDRP_MAXIMUM_PROPERTY 31
+#define SPDRP_UI_NUMBER_DESC_FORMAT 29
+#define SPDRP_DEVICE_POWER_DATA 30
+#define SPDRP_REMOVAL_POLICY 31
+#define SPDRP_REMOVAL_POLICY_HW_DEFAULT 32
+#define SPDRP_REMOVAL_POLICY_OVERRIDE 33
+#define SPDRP_INSTALL_STATE 34
+#define SPDRP_MAXIMUM_PROPERTY 35
#define SPDSL_IGNORE_DISK 1
#define SPDSL_DISALLOW_NEGATIVE_ADJUST 2