Elizabeth Figura (@zfigura) commented about include/wine/plugplay.idl:
- DWORD reserved;
+} DEVICE_BROADCAST_HEADER;
+typedef struct _DEVICE_BROADCAST_DEVICEINTERFACE +{
- DEVICE_BROADCAST_HEADER header;
- GUID class_guid;
- [string] LPWSTR name;
+} DEVICE_BROADCAST_DEVICEINTERFACE;
+typedef struct _DEVICE_BROADCAST_HANDLE +{
- DEVICE_BROADCAST_HEADER header;
- LPWSTR handle_file_path;
- GUID event_guid;
- [unique, string] LPWSTR name;
[unique] should already be the default.