You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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...