[NDK] Add PLUGPLAY_CONTROL_QUERY_REMOVE_DATA type
authorEric Kohl <eric.kohl@reactos.org>
Sun, 13 Oct 2019 13:24:29 +0000 (15:24 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 13 Oct 2019 13:25:47 +0000 (15:25 +0200)
sdk/include/ndk/cmtypes.h

index 7eed814..335c83e 100644 (file)
@@ -452,6 +452,16 @@ typedef struct _PLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA
     ULONG Flags;
 } PLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA, *PPLUGPLAY_CONTROL_ENUMERATE_DEVICE_DATA;
 
+// Class 0x06
+typedef struct _PLUGPLAY_CONTROL_QUERY_REMOVE_DATA
+{
+    UNICODE_STRING DeviceInstance;
+    ULONG Unknown2;
+    PNP_VETO_TYPE VetoType;
+    LPWSTR VetoName;
+    ULONG NameLength;
+} PLUGPLAY_CONTROL_QUERY_REMOVE_DATA, *PPLUGPLAY_CONTROL_QUERY_REMOVE_DATA;
+
 // Class 0x07
 typedef struct _PLUGPLAY_CONTROL_USER_RESPONSE_DATA
 {