From 12f49ac10e2d5a3d47d2842b417e7f285a5d6dc4 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 2 Jun 2011 14:42:15 +0000 Subject: [PATCH] [SETUPAPI] Add missing properties for SetupDiGetDeviceRegistryProperty and SetupDiSetDeviceRegistryProperty. svn path=/trunk/; revision=52062 --- reactos/include/psdk/setupapi.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/reactos/include/psdk/setupapi.h b/reactos/include/psdk/setupapi.h index 066d78d477e..e8bec8c3e43 100644 --- a/reactos/include/psdk/setupapi.h +++ b/reactos/include/psdk/setupapi.h @@ -522,8 +522,13 @@ extern "C" { #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 -- 2.17.1