From: Alistair Leslie-Hughes leslie_alistair@hotmail.com
--- include/ntddstor.h | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/include/ntddstor.h b/include/ntddstor.h index b8c4bb73b0d..4d715efd1ef 100644 --- a/include/ntddstor.h +++ b/include/ntddstor.h @@ -272,6 +272,14 @@ typedef struct _STORAGE_ADAPTER_DESCRIPTOR { USHORT BusMinorVersion; } STORAGE_ADAPTER_DESCRIPTOR, *PSTORAGE_ADAPTER_DESCRIPTOR;
+typedef struct _STORAGE_HOTPLUG_INFO { + ULONG Size; + BOOLEAN MediaRemovable; + BOOLEAN MediaHotplug; + BOOLEAN DeviceHotplug; + BOOLEAN WriteCacheEnableOverride; +} STORAGE_HOTPLUG_INFO, *PSTORAGE_HOTPLUG_INFO; + #ifdef __cplusplus } #endif