// storport.h typedef struct _STOR_ADDR_NVME { USHORT Type; USHORT Port; ULONG AddressLength; PVOID Controller; ULONG NamespaceId; ULONG Reserved; } STOR_ADDR_NVME, *PSTOR_ADDR_NVME;View the official Windows Driver Kit DDI reference
No description available.
The STOR_ADDR_NVME structure is reserved for system use.
Type
Port
AddressLength
Controller
NamespaceId
Reserved
View the official Windows Driver Kit DDI reference