storage adapter

About this tag
The storage adapter tag on WindowsForum.com covers topics related to enumerating and managing storage devices in Windows. Discussions include using the STORAGE_ADAPTER_DESCRIPTOR structure and the DeviceGetFirmwareInfo function from the Windows hardware driver documentation. Users seek help with building device lists and iterating through storage adapters for firmware upgrades or device management. The tag is relevant for developers and IT professionals working with storage hardware, NVMe devices, and Windows driver APIs.
  1. E

    Windows 10 How to enumerate Storage Devices

    I am trying to build a list of storage devices for this particular section of code found on MSDN page: https://docs.microsoft.com/en-us/windows-hardware/drivers/storage/upgrading-firmware-for-an-nvme-device typedef struct _DEVICE_LIST { HANDLE Handle...
Back
Top