* Sync up to trunk head (r65353).
[reactos.git] / include / ndk / cmtypes.h
index 44133ad..6f4322f 100644 (file)
@@ -418,6 +418,16 @@ typedef struct _PLUGPLAY_EVENT_BLOCK
 // Plug and Play Control Classes
 //
 
+//Class 0x09
+typedef struct _PLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA
+{
+    UNICODE_STRING DeviceInstance;
+    LPGUID FilterGuid;
+    ULONG Flags;
+    PVOID Buffer;
+    ULONG BufferSize;
+} PLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA, *PPLUGPLAY_CONTROL_INTERFACE_DEVICE_LIST_DATA;
+
 //Class 0x0A
 typedef struct _PLUGPLAY_CONTROL_PROPERTY_DATA
 {